summaryrefslogtreecommitdiff
path: root/gaddagize/gaddagize.pro
diff options
context:
space:
mode:
authorJohn Fultz <jfultz@wolfram.com>2015-07-21 10:18:57 -0500
committerJohn Fultz <jfultz@wolfram.com>2015-07-21 10:18:57 -0500
commitd912747a68c38baa1d19e07067d8c691f29f8198 (patch)
treef221b417220ffe5b6adbf3ca8210c788379d7842 /gaddagize/gaddagize.pro
parent46fc18d0d167cc6feacfb41fadb207a1234ccc26 (diff)
Visual Studio build maintenance.
* Fix compiler warnings * Add Visual Studio 2013 solution * Tweak .pro files * Most importantly, rename main 'quackle' project to 'libquackle' to avoid solution-level name conflict. This only affects the VS build.
Diffstat (limited to 'gaddagize/gaddagize.pro')
-rwxr-xr-xgaddagize/gaddagize.pro7
1 files changed, 0 insertions, 7 deletions
diff --git a/gaddagize/gaddagize.pro b/gaddagize/gaddagize.pro
index ceae937..63bfb65 100755
--- a/gaddagize/gaddagize.pro
+++ b/gaddagize/gaddagize.pro
@@ -21,13 +21,6 @@ release {
SOURCES += gaddagize.cpp
-win32:!win32-g++ {
- QMAKE_CFLAGS_DEBUG ~= s/-MDd/-MTd/
- QMAKE_CXXFLAGS_DEBUG ~= s/-MDd/-MTd/
- QMAKE_CFLAGS_RELEASE ~= s/-MD/-MT/
- QMAKE_CXXFLAGS_RELEASE ~= s/-MD/-MT/
-}
-
macx-g++ {
QMAKE_CXXFLAGS += -fpermissive
}