diff options
Diffstat (limited to 'Controls.pro')
-rw-r--r-- | Controls.pro | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Controls.pro b/Controls.pro new file mode 100644 index 0000000..9d1674d --- /dev/null +++ b/Controls.pro @@ -0,0 +1,19 @@ +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 + |