QT 5.0.1 QMake不做任何事情

QT 5.0.1 QMake不做任何事情,qt,qmake,Qt,Qmake,我对Qt非常陌生,我想做一个简单的图像编辑器。 所以我下载了5.0.1,我在Qt Creator中,据我所知,它允许您在编辑器中设计UI和构建/运行 我想实际使用VisualStudioIDE,因为我对它很熟悉,所以我假设我需要在我的Qt项目上运行qmake。它输出它已正常退出,但我没有在任何地方获得任何.sln文件或.proj文件,我似乎只在调试文件夹中获得一个vc100.pdb文件 # Add more folders to ship with the application, here f

我对Qt非常陌生,我想做一个简单的图像编辑器。 所以我下载了5.0.1,我在Qt Creator中,据我所知,它允许您在编辑器中设计UI和构建/运行

我想实际使用VisualStudioIDE,因为我对它很熟悉,所以我假设我需要在我的Qt项目上运行qmake。它输出它已正常退出,但我没有在任何地方获得任何.sln文件或.proj文件,我似乎只在调试文件夹中获得一个vc100.pdb文件

# Add more folders to ship with the application, here
folder_01.source = qml/untitled
folder_01.target = qml
DEPLOYMENTFOLDERS = folder_01

# Additional import path used to resolve QML modules in Creator's code model
QML_IMPORT_PATH =

# If your application uses the Qt Mobility libraries, uncomment the following
# lines and add the respective components to the MOBILITY variable.
# CONFIG += mobility
# MOBILITY +=

# The .cpp file which was generated for your project. Feel free to hack it.
SOURCES += main.cpp

# Please do not modify the following two lines. Required for deployment.
include(qtquick2applicationviewer/qtquick2applicationviewer.pri)
qtcAddDeployment()

如果您使用与express不同的Visual Studio版本,则可以安装,而无需手动运行qmake(或创建项目,或创建sln和项目,您仍将使用外部设计器应用程序)

不要为qmake和其他内容而烦恼,这会让您忘记所有这些问题。您只需安装其中一个(取决于您使用的Visual Studio),为您的Qt二进制文件选择路径并享受:)创建新项目后,将设置所有路径,您所需要的只是运行选项“Build project”

如果我们能看到您的untitled.pro文件,可能会更容易回答。请编辑您的问题,并粘贴到.pro文件(格式为代码)中,以防其中包含任何线索,好吗?谢谢。根据这一点,如果您将
-tp vc
添加到qmake命令行,它将生成.sln和相关文件。但是如果可以的话,使用Qt-visualstudio插件的答案是更好的主意。我为vs2012安装了插件,但是Qt版本vs2010我不知道这样行吗?它也无法链接:LNK117:选项“清单:嵌入”中的语法错误