diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-08-27 19:45:41 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-11-23 21:50:58 +0100 |
commit | cd1d46a26b923260b6c87cc93a0723b8166c609e (patch) | |
tree | 81d0fafeaeda6f5d72ec03f589cf8560cea32ed8 /bitmask.pro | |
parent | 76585f828a36c08614df84f43d64e20fb0e7a425 (diff) |
[ui] refactor ui
Diffstat (limited to 'bitmask.pro')
-rw-r--r-- | bitmask.pro | 9 |
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") |