summaryrefslogtreecommitdiff
path: root/meegotouch_config.pri
diff options
context:
space:
mode:
Diffstat (limited to 'meegotouch_config.pri')
-rw-r--r--meegotouch_config.pri11
1 files changed, 11 insertions, 0 deletions
diff --git a/meegotouch_config.pri b/meegotouch_config.pri
new file mode 100644
index 0000000..eb72b70
--- /dev/null
+++ b/meegotouch_config.pri
@@ -0,0 +1,11 @@
+# Load more defines from the dui_defines...
+load(meegotouch_defines)
+
+# Add global libdui includes
+INCLUDEPATH += $$M_INSTALL_HEADERS
+
+# Check for testability features, should they be compiled in or not ?
+
+isEqual(TESTABILITY,"on") {
+ DEFINES += WINDOW_DEBUG
+}