--- a/ldforge.pro Wed Jan 08 23:52:25 2014 +0200 +++ b/ldforge.pro Fri Jan 10 03:35:50 2014 +0200 @@ -4,16 +4,10 @@ TEMPLATE = app TARGET = ldforge -SUBDIRS += ./src - -TARGET = ldforge -DEPENDPATH += . -INCLUDEPATH += . ./build_shared/ RC_FILE = ldforge.rc RESOURCES = ldforge.qrc RCC_DIR = ./build_shared/ MOC_DIR = ./build_shared/ -RCC_DIR = ./build_shared/ UI_DIR = ./build_shared/ SOURCES = src/*.cc HEADERS = src/*.h src/misc/*.h @@ -23,11 +17,9 @@ CONFIG += debug_and_release CONFIG (debug, debug|release) { - TARGET = ldforge_debug DEFINES += DEBUG OBJECTS_DIR = ./build_debug/ } else { - TARGET = ldforge DEFINES += RELEASE OBJECTS_DIR = ./build_release/ }