спасибо. а как указать LIBS, чтобы он кушал библиотеки с 'd'?
сделал так
CONFIG(debug, debug|release) {
TARGET = $$join(TARGET,,,d)
LIBS += -L../lib -lTcDatad
} else {
LIBS += -L../lib -lTcData
}
но почему-то release не запускается. собирается без ошибок.
пишет:
Starting D:\Development\Qt 4\TestCrafter\bin\tceditor.exe...
D:\Development\Qt 4\TestCrafter\bin\tceditor.exe exited with code -1073741511
хотя debug запускается отлично