X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=SampleAppTimeDate%2FSampleAppTimeDate.pro;h=bcbe09569461e23279cd9a2fd8fca9568c755067;hb=3b5d0701a25b19ee2ac91d7466652c8fc4025db0;hp=e41524e6241e0c11d7cab5f851c32c1e8da3107f;hpb=0120ff5e9f513b048e3904eaacaa530e1f0188bb;p=staging%2FHomeScreen.git diff --git a/SampleAppTimeDate/SampleAppTimeDate.pro b/SampleAppTimeDate/SampleAppTimeDate.pro index e41524e..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,12 +24,5 @@ SOURCES += src/main.cpp \ HEADERS += \ src/timedateprovider.hpp -include(../interfaces/interfaces.pri) - OTHER_FILES += \ README.md - -# remove generated files -QMAKE_CLEAN += -r \ - $$OUT_PWD/SampleAppTimeDate \ - $$OUT_PWD/Makefile