summaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/SQLiteStudio3.pro
diff options
context:
space:
mode:
Diffstat (limited to 'SQLiteStudio3/SQLiteStudio3.pro')
-rw-r--r--SQLiteStudio3/SQLiteStudio3.pro8
1 files changed, 3 insertions, 5 deletions
diff --git a/SQLiteStudio3/SQLiteStudio3.pro b/SQLiteStudio3/SQLiteStudio3.pro
index 7a6a433..e5ca357 100644
--- a/SQLiteStudio3/SQLiteStudio3.pro
+++ b/SQLiteStudio3/SQLiteStudio3.pro
@@ -1,7 +1,7 @@
TEMPLATE = subdirs
REQ_QT_MAJOR = 5
-REQ_QT_MINOR = 3
+REQ_QT_MINOR = 12
REQ_QT_PATCH = 0
lessThan(QT_MAJOR_VERSION, $$REQ_QT_MAJOR)|lessThan(QT_MINOR_VERSION, $$REQ_QT_MINOR)|lessThan(QT_MINOR_VERSION, $$REQ_QT_PATCH) {
@@ -30,7 +30,7 @@ SUBDIRS += \
cli \
gui_app
-if(contains(DEFINES,tests)) {
+contains(DEFINES, tests) {
SUBDIRS += tests
}
@@ -40,7 +40,5 @@ macx: {
bundle.commands = sh $$PWD/create_macosx_bundle.sh $$PWD/../$$OUTPUT_DIR_NAME $$QMAKE_QMAKE
dmg.commands = sh $$PWD/create_macosx_bundle.sh $$PWD/../$$OUTPUT_DIR_NAME $$QMAKE_QMAKE dmg
pkg.commands = sh $$PWD/create_macosx_bundle.sh $$PWD/../$$OUTPUT_DIR_NAME $$QMAKE_QMAKE dist
- pkg_plugins.commands = sh $$PWD/create_macosx_bundle.sh $$PWD/../$$OUTPUT_DIR_NAME $$QMAKE_QMAKE dist_plugins
- pkg_full.commands = sh $$PWD/create_macosx_bundle.sh $$PWD/../$$OUTPUT_DIR_NAME $$QMAKE_QMAKE dist_full
- QMAKE_EXTRA_TARGETS += bundle dmg pkg pkg_plugins pkg_full
+ QMAKE_EXTRA_TARGETS += bundle dmg pkg
}