X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=WindowManager%2FWindowManager.pro;h=6f33e13852875e38d28c44265a9bb4bbfd647378;hb=83cfbb9fe4bcc17f6b00c8a25aa3eb8c2c850ac0;hp=63beb7b0d1e085e71336f32e3779e83783fbec81;hpb=0120ff5e9f513b048e3904eaacaa530e1f0188bb;p=staging%2FHomeScreen.git diff --git a/WindowManager/WindowManager.pro b/WindowManager/WindowManager.pro index 63beb7b..6f33e13 100644 --- a/WindowManager/WindowManager.pro +++ b/WindowManager/WindowManager.pro @@ -12,13 +12,12 @@ # 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) +include(../ivi_layermanagement_api.pri) SOURCES += src/main.cpp \ src/windowmanager.cpp @@ -26,14 +25,10 @@ SOURCES += src/main.cpp \ HEADERS += \ src/windowmanager.hpp -include(../interfaces/interfaces.pri) - -contains(QT_ARCH, arm.*) { +config_ivi_layermanagement_api { LIBS += -lilmControl -lilmCommon } -FORMS += - OTHER_FILES += \ README.md @@ -41,4 +36,3 @@ OTHER_FILES += \ QMAKE_CLEAN += -r \ $$OUT_PWD/WindowManager \ $$OUT_PWD/Makefile -