X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=WindowManager%2FWindowManager.pro;h=bcf1f908cdae3f8cf059b8fd4a1bd1d796018e71;hb=09f2f0036f122e49aa49e6c446d723850192a725;hp=74dfb3af622106218a65b93ce1aef59d6b591fab;hpb=0a468d9b5ae7b3e5ba106facf17698d89b1ce200;p=staging%2FHomeScreen.git diff --git a/WindowManager/WindowManager.pro b/WindowManager/WindowManager.pro index 74dfb3a..bcf1f90 100644 --- a/WindowManager/WindowManager.pro +++ b/WindowManager/WindowManager.pro @@ -1,4 +1,4 @@ -# Copyright (C) 2016 Mentor Graphics Development (Deutschland) GmbH +# Copyright (C) 2016, 2017 Mentor Graphics Development (Deutschland) GmbH # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -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,23 +25,9 @@ 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 - -# remove generated files -QMAKE_CLEAN += -r \ - $$OUT_PWD/WindowManager \ - $$OUT_PWD/Makefile