[Moved] Qt Creator proposes strange directory structure
-
I have downloaded the Qt-Creator 2.3.0 and it proposes now the following directory structure for the Microsoft VC Compiler:
For debug: PROJECT-build-desktop-Qt_4_7_4_for_Desktop_-_MSVC2008__Qt_SDK__Debug
For release: PROJECT-build-desktop-Qt_4_7_4_for_Desktop_-_MSVC2008__Qt_SDK__ReleaseBut in both cases it contains a debug and release directory.
Can someone explain me what this change should be? Because it has broken my whole projects which are using libraries.
-
Can someone help me with this issue?
if i set in the pro file the following:
CONFIG += debug_and_release build_allthen it will create all either in the PROJECT-build-desktop-Qt_4_7_4_for_Desktop_-_MSVC2008__Qt_SDK__Debug or in PROJECT-build-desktop-Qt_4_7_4_for_Desktop_-_MSVC2008__Qt_SDK__Release.
This is not logical anymore.