summaryrefslogtreecommitdiff
path: root/bitmask.pro
diff options
context:
space:
mode:
Diffstat (limited to 'bitmask.pro')
-rw-r--r--bitmask.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/bitmask.pro b/bitmask.pro
index 627e2d3..2513944 100644
--- a/bitmask.pro
+++ b/bitmask.pro
@@ -1,6 +1,9 @@
#TARGET = $$BINARY_NAME
+QT += quickcontrols2
+CONFIG += c++11
CONFIG += qt staticlib
+CONFIG += qtquickcompiler
CONFIG+=force_debug_info
CONFIG+=debug_and_release
#CONFIG+=release
@@ -11,6 +14,12 @@ QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.11
QMAKE_TARGET_BUNDLE_PREFIX = se.leap
QMAKE_BUNDLE = $$TARGET
+# The following define makes your compiler emit warnings if you use
+# any feature of Qt which as been marked deprecated (the exact warnings
+# depend on your compiler). Please consult the documentation of the
+# deprecated API in order to know how to port your code away from it.
+DEFINES += QT_DEPRECATED_WARNINGS
+
!defined(VENDOR_PATH, var):VENDOR_PATH="providers/riseup"
message("[qmake] VENDOR_PATH: $$VENDOR_PATH")