X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=InputEventManager%2FInputEventManager.pro;h=929734297442a850e9c2b889f478544468b76d4a;hb=09f2f0036f122e49aa49e6c446d723850192a725;hp=2e620e3ac35a6c4a2af0a62ea10b351a94548ea8;hpb=0120ff5e9f513b048e3904eaacaa530e1f0188bb;p=staging%2FHomeScreen.git diff --git a/InputEventManager/InputEventManager.pro b/InputEventManager/InputEventManager.pro index 2e620e3..9297342 100644 --- a/InputEventManager/InputEventManager.pro +++ b/InputEventManager/InputEventManager.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,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -QT += core dbus -QT -= gui - -TARGET = InputEventManager -CONFIG += console -CONFIG -= app_bundle - TEMPLATE = app +TARGET = InputEventManager +QT = core dbus +include(../interfaces/interfaces.pri) SOURCES += src/main.cpp \ src/inputeventmanager.cpp @@ -28,7 +24,6 @@ SOURCES += src/main.cpp \ HEADERS += \ src/inputeventmanager.h -include(../interfaces/interfaces.pri) #contains(QT_ARCH, arm.*) { # LIBS += -lpkgmgr-info @@ -37,8 +32,3 @@ include(../interfaces/interfaces.pri) OTHER_FILES += \ README.md - -# remove generated files -QMAKE_CLEAN += -r \ - $$OUT_PWD/InputEventManager \ - $$OUT_PWD/Makefile