--- a/ldforge.pro Fri Oct 18 22:07:26 2013 +0300 +++ b/ldforge.pro Fri Oct 18 22:30:08 2013 +0300 @@ -12,7 +12,6 @@ RC_FILE = ldforge.rc RESOURCES = ldforge.qrc RCC_DIR = ./build/ -OBJECTS_DIR = ./build/ MOC_DIR = ./build/ RCC_DIR = ./build/ UI_DIR = ./build/ @@ -26,9 +25,11 @@ CONFIG (debug, debug|release) { TARGET = ldforge_debug DEFINES += DEBUG + OBJECTS_DIR = ./build_debug/ } else { TARGET = ldforge DEFINES += RELEASE + OBJECTS_DIR = ./build_release/ } unix {