AnalogClock Widget Example Error
-
Hi
I just installed the QtSDK v4.7 on Windows7/64bit and started by building the Example Widget AnalogClock.
It builds and runs fine but when I select the "Projects" tab in the General section under Build Directory it is in red font and hovering over the path it states that the path does not exist:
C:\QtSDK\Examples\4.7\widgets\analogclock-build-desktop-Qt_4_7_4_for_Desktop_-_MinGW_4_4__Qt_SDK__Release
If I open up Windows Explorer and go to the above path it is:
C:\QtSDK\Examples\4.7\widgets\analogclock-build-desktop-Qt_4_7_4_for_Desktop_-_MinGW_4_4__Qt_SDK__Release
and both paths appear to be the same.
Thus, why does Qt complain that the build path is invalid?
Thanks
Graham
-
Note that the "build directory needs to be at the same level as the source directory" is a issue in qmake, not Qt Creator. It is visible whenever you use qmake.
Other build systems have other quirks:-/