# -----------------------------------------------------------
# This file is generated by the Qt Visual Studio Integration.
# -----------------------------------------------------------
# This is a reminder that you are using a generated .pro file.
# Remove it when you are finished editing this file.
message("You are running qmake on a generated .pro file. This may not work!")
TEMPLATE = app
TARGET = testUi
DESTDIR = ../debug
CONFIG += debug
INCLUDEPATH += ./GeneratedFiles \
./GeneratedFiles/Debug \
.
DEPENDPATH += .
MOC_DIR += ./GeneratedFiles/debug
OBJECTS_DIR += debug
UI_DIR += ./GeneratedFiles
RCC_DIR += ./GeneratedFiles
#Include file(s)
include(testUi.pri)
#Windows resource file
win32:RC_FILE = testUi.rc
这是我的一个测试工程,测试文件分开放的
开发是用 vs2005