summaryrefslogtreecommitdiff
path: root/quacker/quacker.pro
diff options
context:
space:
mode:
authorJohn Fultz <jfultz@wolfram.com>2015-10-18 23:34:39 -0500
committerJohn Fultz <jfultz@wolfram.com>2015-10-18 23:34:39 -0500
commit23f13f666c42068ed086c5a5791063465db653c7 (patch)
treed37ea9e0a3a45cfb1fb135a2fb59f607315c1dd6 /quacker/quacker.pro
parent86e8d2a1247e8c6b00cefda10b2a96376a1540ca (diff)
Fix version, Windows Visual Studio build.
Diffstat (limited to 'quacker/quacker.pro')
-rw-r--r--quacker/quacker.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/quacker/quacker.pro b/quacker/quacker.pro
index 8bd1e4f..6e3f2e0 100644
--- a/quacker/quacker.pro
+++ b/quacker/quacker.pro
@@ -1,5 +1,5 @@
TEMPLATE = app
-VERSION = 0.99
+VERSION = 1.0
TARGET = Quackle
DEPENDPATH += .. ../quackleio
INCLUDEPATH += . ..
@@ -10,6 +10,10 @@ MOC_DIR = moc
#CONFIG += debug
CONFIG += release
+#Um, why is this necessary? I don't know. But if this isn't here,
+#qmake messes up resulting Visual Studio project files.
+CONFIG -= debug
+
debug {
OBJECTS_DIR = obj/debug
QMAKE_LIBDIR += ../lib/debug ../quackleio/lib/debug