X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=InputEventManager%2FInputEventManager.pro;h=4b6769a6738ba20daf1a166f0c81db5a93cbd84d;hb=39f2f48669ce3a92ccf267d44a7c36beb8abba35;hp=421ad6ea15fe501d24bb97c7c2f6e1972e5b03fb;hpb=0a468d9b5ae7b3e5ba106facf17698d89b1ce200;p=staging%2FHomeScreen.git diff --git a/InputEventManager/InputEventManager.pro b/InputEventManager/InputEventManager.pro index 421ad6e..4b6769a 100644 --- a/InputEventManager/InputEventManager.pro +++ b/InputEventManager/InputEventManager.pro @@ -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,10 +24,6 @@ SOURCES += src/main.cpp \ HEADERS += \ src/inputeventmanager.h -INCLUDEPATH += $$OUT_PWD/../interfaces -INCLUDEPATH += ../interfaces/ - -LIBS += -L$$OUT_PWD/../interfaces -linterfaces #contains(QT_ARCH, arm.*) { # LIBS += -lpkgmgr-info @@ -40,8 +32,3 @@ LIBS += -L$$OUT_PWD/../interfaces -linterfaces OTHER_FILES += \ README.md - -# remove generated files -QMAKE_CLEAN += -r \ - $$OUT_PWD/InputEventManager \ - $$OUT_PWD/Makefile