Update autobuild scripts
[apps/launcher.git] / launcher / launcher.pro
index e16e9ce..e39c64d 100644 (file)
 
 TEMPLATE = app
 TARGET = launcher
-QT = qml quick dbus websockets
+QT = qml quick websockets
 CONFIG += c++11 link_pkgconfig
 DESTDIR = $${OUT_PWD}/../package/root/bin
 PKGCONFIG += qlibwindowmanager libhomescreen
 
-include(../interfaces/interfaces.pri)
+CONFIG(release, debug|release) {
+    QMAKE_POST_LINK = $(STRIP) --strip-unneeded $(TARGET)
+}
 
 SOURCES += \
     src/main.cpp \
     src/applicationmodel.cpp \
     src/appinfo.cpp \
-    src/applicationlauncher.cpp \
     src/homescreenhandler.cpp
 
 HEADERS  += \
-    src/applicationlauncher.h \
     src/applicationmodel.h \
     src/appinfo.h \
     src/homescreenhandler.h