comparison src/UNIT_TESTS/qargsut.pro @ 9:96034efc6750

Fixed issue when building from the command line.
author John Schneiderman <JohnMS@CodeGNU.com>
date Tue, 17 Jun 2014 01:56:14 +0000
parents 49efa3ecaa98
children
comparison
equal deleted inserted replaced
8:1271d289ac61 9:96034efc6750
101 OBJECTS_DIR = release 101 OBJECTS_DIR = release
102 CONFIG -= debug 102 CONFIG -= debug
103 CONFIG += release 103 CONFIG += release
104 DEFINES += QT_NO_DEBUG_OUTPUT 104 DEFINES += QT_NO_DEBUG_OUTPUT
105 linux-g++ { 105 linux-g++ {
106 !buildpass:message(Setting GCC release flags.) 106 !buildpass:message(Setting GCC release flags.)
107 QMAKE_CXXFLAGS_RELEASE += -O3 # Use all optimizations from O2 and more. 107 QMAKE_CXXFLAGS_RELEASE += -O3 \ # Use all optimizations from O2 and more.
108 -std=c++11 \ # Conform to ISO standard
108 } 109 }
109 } 110 }
110 MOC_DIR = $$OBJECTS_DIR 111 MOC_DIR = $$OBJECTS_DIR
111 UI_DIR = $$OBJECTS_DIR 112 UI_DIR = $$OBJECTS_DIR
112 113