ldforge.pro

changeset 515
a0ad72800b96
parent 513
29eb671b34f6
child 539
72ad83a67165
child 665
4355e72ffd47
equal deleted inserted replaced
514:d78fea0f664c 515:a0ad72800b96
10 DEPENDPATH += . 10 DEPENDPATH += .
11 INCLUDEPATH += . ./build/ 11 INCLUDEPATH += . ./build/
12 RC_FILE = ldforge.rc 12 RC_FILE = ldforge.rc
13 RESOURCES = ldforge.qrc 13 RESOURCES = ldforge.qrc
14 RCC_DIR = ./build/ 14 RCC_DIR = ./build/
15 OBJECTS_DIR = ./build/
16 MOC_DIR = ./build/ 15 MOC_DIR = ./build/
17 RCC_DIR = ./build/ 16 RCC_DIR = ./build/
18 UI_DIR = ./build/ 17 UI_DIR = ./build/
19 SOURCES = src/*.cpp 18 SOURCES = src/*.cpp
20 HEADERS = src/*.h 19 HEADERS = src/*.h
24 CONFIG += debug_and_release 23 CONFIG += debug_and_release
25 24
26 CONFIG (debug, debug|release) { 25 CONFIG (debug, debug|release) {
27 TARGET = ldforge_debug 26 TARGET = ldforge_debug
28 DEFINES += DEBUG 27 DEFINES += DEBUG
28 OBJECTS_DIR = ./build_debug/
29 } else { 29 } else {
30 TARGET = ldforge 30 TARGET = ldforge
31 DEFINES += RELEASE 31 DEFINES += RELEASE
32 OBJECTS_DIR = ./build_release/
32 } 33 }
33 34
34 unix { 35 unix {
35 LIBS += -lGLU 36 LIBS += -lGLU
36 } 37 }

mercurial