Add 2017 to copyright
[staging/HomeScreen.git] / HomeScreenSimulator / HomeScreenSimulator.pro
index 9005a3f..3b2bcb2 100644 (file)
@@ -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.
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-QT       += core gui dbus
-
-greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
-
-TARGET = HomeScreenSimulator
 TEMPLATE = app
+TARGET = HomeScreenSimulator
+QT = widgets dbus
 
+include(../interfaces/interfaces.pri)
 
 SOURCES += \
     src/main.cpp \
@@ -27,17 +25,8 @@ SOURCES += \
 HEADERS  += \
     src/mainwindow.h
 
-include(../interfaces/interfaces.pri)
-
 FORMS    += \
     resources/mainwindow.ui
 
 OTHER_FILES += \
     README.md
-
-RESOURCES +=
-
-# remove generated files
-QMAKE_CLEAN += -r \
-    $$OUT_PWD/HomeScreenSimulator \
-    $$OUT_PWD/Makefile