X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=WindowManager%2FWindowManager.pro;h=51fc9725a0070aed319bcf2445964038b2dbcc10;hb=c15499baf78f777de62899a376b0f3cd6b651920;hp=58ce08a290d97336087b2922190571043679d019;hpb=5a040cf1e77872dd567f6ffba50ed79fc27d5822;p=staging%2FHomeScreen.git diff --git a/WindowManager/WindowManager.pro b/WindowManager/WindowManager.pro index 58ce08a..51fc972 100644 --- a/WindowManager/WindowManager.pro +++ b/WindowManager/WindowManager.pro @@ -12,13 +12,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -QT += core dbus -QT -= gui - +TEMPLATE = app TARGET = WindowManager -CONFIG += console -CONFIG -= app_bundle +QT = core dbus +include(../interfaces/interfaces.pri) SOURCES += src/main.cpp \ src/windowmanager.cpp @@ -26,16 +24,10 @@ SOURCES += src/main.cpp \ HEADERS += \ src/windowmanager.hpp -INCLUDEPATH += $$OUT_PWD/../interfaces -INCLUDEPATH += ../interfaces/ - -LIBS += -L$$OUT_PWD/../interfaces -linterfaces contains(QT_ARCH, arm.*) { LIBS += -lilmControl -lilmCommon } -FORMS += - OTHER_FILES += \ README.md @@ -43,4 +35,3 @@ OTHER_FILES += \ QMAKE_CLEAN += -r \ $$OUT_PWD/WindowManager \ $$OUT_PWD/Makefile -