summaryrefslogtreecommitdiffstats
path: root/Controls.pro
diff options
context:
space:
mode:
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
-