X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=WindowManager%2FWindowManager.pro;h=6f33e13852875e38d28c44265a9bb4bbfd647378;hb=83cfbb9fe4bcc17f6b00c8a25aa3eb8c2c850ac0;hp=74dfb3af622106218a65b93ce1aef59d6b591fab;hpb=0a468d9b5ae7b3e5ba106facf17698d89b1ce200;p=staging%2FHomeScreen.git diff --git a/WindowManager/WindowManager.pro b/WindowManager/WindowManager.pro index 74dfb3a..6f33e13 100644 --- a/WindowManager/WindowManager.pro +++ b/WindowManager/WindowManager.pro @@ -12,15 +12,12 @@ # See the License for the specific language governing permissions and # limitations under the License. -QT += core dbus -QT -= gui - -TARGET = WindowManager -CONFIG += console -CONFIG -= app_bundle - TEMPLATE = app +TARGET = WindowManager +QT = core dbus +include(../interfaces/interfaces.pri) +include(../ivi_layermanagement_api.pri) SOURCES += src/main.cpp \ src/windowmanager.cpp @@ -28,19 +25,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.*) { +config_ivi_layermanagement_api { LIBS += -lilmControl -lilmCommon } -#contains(QT_ARCH, arm.*) { -# LIBS += -lpkgmgr-info -# LIBS += -laul -#} - OTHER_FILES += \ README.md