我在Windows 7下运行Qt Creator 2.4.1。它适用于以下 SDK 附带的库.dll
C:\QtSDK
最近,我从源代码构建了4.8.2 库C:\qt-source
,如下所示:
configure -platform win32-g++ -no-phonon -no-phonon-backend -no-webkit \
-fast -debug -opensource -shared -no-qt3support -no-sql-sqlite \
-no-openvg -no-gif -no-libpng -no-libmng -no-libtiff -no-libjpeg \
-no-script -no-scripttools -nomake examples -nomake demos -no-xmlpatterns
mingw32-make
为了链接新库,我C:\qt-source\4.8.2\bin\qmake.exe
在 Tools > Options > Build & Run > Qt Versions 下添加了 Manual Qt 4.8.2。但是,Qt Creator 似乎仍然从中获取 .dll 库C:\QtSDK