diff options
Diffstat (limited to 'interfaces')
-rw-r--r-- | interfaces/interfaces.pro | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/interfaces/interfaces.pro b/interfaces/interfaces.pro index 1dad460..1d2920a 100644 --- a/interfaces/interfaces.pro +++ b/interfaces/interfaces.pro @@ -12,12 +12,10 @@ # See the License for the specific language governing permissions and # limitations under the License. -QT += dbus -QT -= gui - TEMPLATE = lib -CONFIG += staticlib TARGET = interfaces +QT = dbus +CONFIG += staticlib HEADERS += \ include/appframework.hpp \ |