aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreenSimulator
diff options
context:
space:
mode:
authorTasuku Suzuki <tasuku.suzuki@qt.io>2016-11-21 12:21:14 +0900
committerJens Bocklage <jens_bocklage@mentor.com>2016-11-21 09:34:57 +0000
commitc15499baf78f777de62899a376b0f3cd6b651920 (patch)
treefaa8f01c3fce809d32f9e1543954ed1c5392c79f /HomeScreenSimulator
parent0120ff5e9f513b048e3904eaacaa530e1f0188bb (diff)
cleanup project files
Change-Id: I4d605d97d050fb60e1fef749926cb1b92071782e Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
Diffstat (limited to 'HomeScreenSimulator')
-rw-r--r--HomeScreenSimulator/HomeScreenSimulator.pro12
1 files changed, 3 insertions, 9 deletions
diff --git a/HomeScreenSimulator/HomeScreenSimulator.pro b/HomeScreenSimulator/HomeScreenSimulator.pro
index 9005a3f..944a1fc 100644
--- a/HomeScreenSimulator/HomeScreenSimulator.pro
+++ b/HomeScreenSimulator/HomeScreenSimulator.pro
@@ -12,13 +12,11 @@
# 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,16 +25,12 @@ 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 \