Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 3.1.1
-
None
-
OS X Mavericks 10.9.3
Macbook Pro
Description
While creating a new QT Widgets Application in Creator, on the second step, the "Kit" page as you are creating it, select "Details" drop-down and I change the path from the default to a sub-path instead:
from - /Users/blah/projects/build-untitled2-Desktop_Qt_5_3_0_clang_64bit-Debug
to - /Users/blah/projects/builds/untitled2-Desktop_Qt_5_3_0_clang_64bit-Debug
The projects when built gives the warning:
WARNING: Could not resolve Info.plist: '../../../code/libraries/Qt/5.3/clang_64/mkspecs/macx-clang/Info.plist.app'. Check if QMAKE_INFO_PLIST points to a valid file.
The Info.plist is not copied appropriately into the "target".app and the Makefile has incorrect Info.plist entries as per other bugs reported, such as QTBUG-21267.
This also happens if you first generate the project without changing the output destination and then go to the Project tab and specify the same location as above ("Shadow Build" is selected as default, and I don't change it).