512:adab82ab13a5 | 513:29eb671b34f6 |
---|---|
22 QT += opengl network | 22 QT += opengl network |
23 QMAKE_CXXFLAGS += -std=c++0x | 23 QMAKE_CXXFLAGS += -std=c++0x |
24 CONFIG += debug_and_release | 24 CONFIG += debug_and_release |
25 | 25 |
26 CONFIG (debug, debug|release) { | 26 CONFIG (debug, debug|release) { |
27 TARGET = ldforge_debug | 27 TARGET = ldforge_debug |
28 DEFINES += DEBUG | |
28 } else { | 29 } else { |
29 TARGET = ldforge | 30 TARGET = ldforge |
31 DEFINES += RELEASE | |
30 } | 32 } |
31 | 33 |
32 unix { | 34 unix { |
33 LIBS += -lGLU | 35 LIBS += -lGLU |
34 } | 36 } |