From d912747a68c38baa1d19e07067d8c691f29f8198 Mon Sep 17 00:00:00 2001 From: John Fultz Date: Tue, 21 Jul 2015 10:18:57 -0500 Subject: 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. --- quackleio/iotest/iotest.pro | 7 ------- 1 file changed, 7 deletions(-) (limited to 'quackleio/iotest/iotest.pro') diff --git a/quackleio/iotest/iotest.pro b/quackleio/iotest/iotest.pro index d1b00f7..0bf472e 100644 --- a/quackleio/iotest/iotest.pro +++ b/quackleio/iotest/iotest.pro @@ -23,13 +23,6 @@ QMAKE_LFLAGS_DEBUG += -L../../lib/debug -L../../quackleio/lib/debug HEADERS += trademarkedboards.h SOURCES += iotest.cpp trademarkedboards.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 } -- cgit v1.2.3