summaryrefslogtreecommitdiffstats
path: root/Controls.pro
diff options
context:
space:
mode:
authorTasuku Suzuki <tasuku.suzuki@qt.io>2016-12-15 19:50:17 +0900
committerTasuku Suzuki <tasuku.suzuki@qt.io>2016-12-16 23:59:45 +0900
commitf4ae987a32db4715b07ff4357b21562964e325ff (patch)
tree081706bd8b85eb3835cb7315e19bb8885aeef826 /Controls.pro
parent20f5c1b9315ab94e512d5b2eaac854b239235161 (diff)
pull latest UI from CES2017
Change-Id: I6623af60246d702c91a8bd9f0a317256344187c1 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
Diffstat (limited to 'Controls.pro')
-rw-r--r--Controls.pro19
1 files changed, 0 insertions, 19 deletions
diff --git a/Controls.pro b/Controls.pro
deleted file mode 100644
index 9d1674d..0000000
--- a/Controls.pro
+++ /dev/null
@@ -1,19 +0,0 @@
-TEMPLATE = app
-TARGET = controls
-QT = quick quickcontrols2
-
-load(configure)
-qtCompileTest(libhomescreen)
-
-config_libhomescreen {
- CONFIG += link_pkgconfig
- PKGCONFIG += homescreen
- DEFINES += HAVE_LIBHOMESCREEN
-}
-
-SOURCES = main.cpp
-
-RESOURCES += \
- controls.qrc \
- images/images.qrc
-