X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=WindowManager%2FWindowManager.pro;h=63beb7b0d1e085e71336f32e3779e83783fbec81;hb=refs%2Fchanges%2F59%2F7259%2F3;hp=74dfb3af622106218a65b93ce1aef59d6b591fab;hpb=0a468d9b5ae7b3e5ba106facf17698d89b1ce200;p=staging%2FHomeScreen.git diff --git a/WindowManager/WindowManager.pro b/WindowManager/WindowManager.pro index 74dfb3a..63beb7b 100644 --- a/WindowManager/WindowManager.pro +++ b/WindowManager/WindowManager.pro @@ -19,8 +19,6 @@ TARGET = WindowManager CONFIG += console CONFIG -= app_bundle -TEMPLATE = app - SOURCES += src/main.cpp \ src/windowmanager.cpp @@ -28,18 +26,13 @@ SOURCES += src/main.cpp \ HEADERS += \ src/windowmanager.hpp -INCLUDEPATH += $$OUT_PWD/../interfaces -INCLUDEPATH += ../interfaces/ +include(../interfaces/interfaces.pri) -#LIBS += -L$$OUT_PWD/../interfaces -linterfaces contains(QT_ARCH, arm.*) { LIBS += -lilmControl -lilmCommon } -#contains(QT_ARCH, arm.*) { -# LIBS += -lpkgmgr-info -# LIBS += -laul -#} +FORMS += OTHER_FILES += \ README.md @@ -48,3 +41,4 @@ OTHER_FILES += \ QMAKE_CLEAN += -r \ $$OUT_PWD/WindowManager \ $$OUT_PWD/Makefile +