X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=SampleAppTimeDate%2FSampleAppTimeDate.pro;h=bcbe09569461e23279cd9a2fd8fca9568c755067;hb=09f2f0036f122e49aa49e6c446d723850192a725;hp=e2ec9e29d24639a47aaa1492f65da8495e3a3fe4;hpb=0a468d9b5ae7b3e5ba106facf17698d89b1ce200;p=staging%2FHomeScreen.git diff --git a/SampleAppTimeDate/SampleAppTimeDate.pro b/SampleAppTimeDate/SampleAppTimeDate.pro index e2ec9e2..bcbe095 100644 --- a/SampleAppTimeDate/SampleAppTimeDate.pro +++ b/SampleAppTimeDate/SampleAppTimeDate.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 = SampleAppTimeDate -CONFIG += console -CONFIG -= app_bundle - TEMPLATE = app +TARGET = SampleAppTimeDate +QT = dbus +include(../interfaces/interfaces.pri) SOURCES += src/main.cpp \ src/timedateprovider.cpp @@ -28,15 +24,5 @@ SOURCES += src/main.cpp \ HEADERS += \ src/timedateprovider.hpp -INCLUDEPATH += $$OUT_PWD/../interfaces -INCLUDEPATH += ../interfaces - -LIBS += -L$$OUT_PWD/../interfaces -linterfaces - OTHER_FILES += \ README.md - -# remove generated files -QMAKE_CLEAN += -r \ - $$OUT_PWD/SampleAppTimeDate \ - $$OUT_PWD/Makefile