有没有人安装过Qt Solutions?
我按照这个安装介绍进行安装:
Note to Qt Visual Studio Integration users: In the instructions below,
instead of building from command line with nmake, you can use the menu
command 'Qt->Open Solution from .pro file' on the .pro files in the
example and plugin directories, and then build from within Visual
Studio.
但是得到了下面的错误信息:
-----------------------------------------------------------------------------------------------------------------------
--- (Import): Generating new project of qtpropertybrowser.pro file
--- (qmake) : Using: \bin\qmake
--- (qmake) : Working Directory: D:\Qt\qtpropertybrowser-2.4-commercial
--- (qmake) : Arguments: -spec $(QTDIR)\mkspecs\win32-msvc2005 -tp vc "qtpropertybrowser.pro" -recursive QMAKE_INCDIR_QT=$(QTDIR)\include QMAKE_LIBDIR_QT= QMAKE_LIBDIR=$(QTDIR)\lib QMAKE_UIC=$(QTDIR)\bin\uic.exe QMAKE_MOC=$(QTDIR)\bin\moc.exe QMAKE_RCC=$(QTDIR)\bin\rcc.exe QMAKE_QMAKE=$(QTDIR)\bin\qmake.exe
系统找不到指定的路径。
-----------------------------------------------------------------------------------------------------------------------
Qt Solutions里有很多好用的东西,可惜我现在还没有成功编译这些东西。