aboutsummaryrefslogtreecommitdiffstats
path: root/sensehatqt.pro
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-11-09 12:02:14 +0100
committerLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-11-09 11:29:46 +0000
commitcd30924a6f8697d2e6794644e1d4a6e590b736b4 (patch)
tree5c2243ac374b54fbe77ba0a02c9b6d550f739706 /sensehatqt.pro
parentbd0f7487fc281965821bb1ec772edc51b4082ef2 (diff)
Initial version of the Qt Sense HAT module
Change-Id: I15c9b5665e4d32e580df4878a0c26a15172c06bc Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
Diffstat (limited to 'sensehatqt.pro')
-rw-r--r--sensehatqt.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/sensehatqt.pro b/sensehatqt.pro
new file mode 100644
index 0000000..a20587f
--- /dev/null
+++ b/sensehatqt.pro
@@ -0,0 +1,9 @@
+load(configure)
+qtCompileTest(rtimulib)
+
+load(qt_parts)
+
+!config_rtimulib {
+ warning("RTIMULib not found. Make sure the sense-hat and librtimulib-dev packages are installed.")
+ SUBDIRS =
+}