Skip to content
Snippets Groups Projects
qt4projectmanager.pro 3.12 KiB
Newer Older
con's avatar
con committed
TEMPLATE = lib
TARGET = Qt4ProjectManager
QT += network
include(../../qtcreatorplugin.pri)
con's avatar
con committed
include(qt4projectmanager_dependencies.pri)
con's avatar
con committed
HEADERS += qt4projectmanagerplugin.h \
con's avatar
con committed
    qt4projectmanager.h \
    qt4project.h \
    qt4nodes.h \
    profileeditor.h \
    profilehighlighter.h \
    profileeditorfactory.h \
    profilereader.h \
    wizards/qtprojectparameters.h \
    wizards/guiappwizard.h \
Tobias Hunger's avatar
Tobias Hunger committed
    wizards/mobileguiappwizard.h \
con's avatar
con committed
    wizards/consoleappwizard.h \
    wizards/consoleappwizarddialog.h \
    wizards/libraryparameters.h \
    wizards/librarywizard.h \
    wizards/librarywizarddialog.h \
    wizards/guiappwizarddialog.h \
    wizards/emptyprojectwizard.h \
    wizards/emptyprojectwizarddialog.h \
    wizards/testwizard.h \
    wizards/testwizarddialog.h \
    wizards/testwizardpage.h \
con's avatar
con committed
    wizards/modulespage.h \
    wizards/filespage.h \
    wizards/qtwizard.h \
    wizards/targetsetuppage.h \
con's avatar
con committed
    qt4projectmanagerconstants.h \
    makestep.h \
    qmakestep.h \
    qt4runconfiguration.h \
    qtmodulesinfo.h \
    qt4projectconfigwidget.h \
dt's avatar
dt committed
    projectloadwizard.h \
    qtversionmanager.h \
    qtoptionspage.h \
    qtuicodemodelsupport.h \
    externaleditors.h \
    gettingstartedwelcomepagewidget.h \
dt's avatar
dt committed
    gettingstartedwelcomepage.h \
    qt4buildconfiguration.h \
Tobias Hunger's avatar
Tobias Hunger committed
    qt4target.h \
    qmakeparser.h
con's avatar
con committed
SOURCES += qt4projectmanagerplugin.cpp \
con's avatar
con committed
    qt4projectmanager.cpp \
    qt4project.cpp \
    qt4nodes.cpp \
    profileeditor.cpp \
    profilehighlighter.cpp \
    profileeditorfactory.cpp \
    profilereader.cpp \
    wizards/qtprojectparameters.cpp \
    wizards/guiappwizard.cpp \
Tobias Hunger's avatar
Tobias Hunger committed
    wizards/mobileguiappwizard.cpp \
con's avatar
con committed
    wizards/consoleappwizard.cpp \
    wizards/consoleappwizarddialog.cpp \
    wizards/libraryparameters.cpp \
    wizards/librarywizard.cpp \
    wizards/librarywizarddialog.cpp \
    wizards/guiappwizarddialog.cpp \
    wizards/emptyprojectwizard.cpp \
    wizards/emptyprojectwizarddialog.cpp \
    wizards/testwizard.cpp \
    wizards/testwizarddialog.cpp \
    wizards/testwizardpage.cpp \
con's avatar
con committed
    wizards/modulespage.cpp \
    wizards/filespage.cpp \
    wizards/qtwizard.cpp \
    wizards/targetsetuppage.cpp \
con's avatar
con committed
    makestep.cpp \
    qmakestep.cpp \
    qt4runconfiguration.cpp \
    qtmodulesinfo.cpp \
    qt4projectconfigwidget.cpp \
dt's avatar
dt committed
    projectloadwizard.cpp \
    qtversionmanager.cpp \
    qtoptionspage.cpp \
    qtuicodemodelsupport.cpp \
    externaleditors.cpp \
    gettingstartedwelcomepagewidget.cpp \
dt's avatar
dt committed
    gettingstartedwelcomepage.cpp \
    qt4buildconfiguration.cpp \
Tobias Hunger's avatar
Tobias Hunger committed
    qt4target.cpp \
    qmakeparser.cpp
con's avatar
con committed
FORMS += makestep.ui \
con's avatar
con committed
    qmakestep.ui \
    qt4projectconfigwidget.ui \
dt's avatar
dt committed
    qtversionmanager.ui \
    showbuildlog.ui \
    gettingstartedwelcomepagewidget.ui \
Tobias Hunger's avatar
Tobias Hunger committed
    wizards/testwizardpage.ui \
    wizards/targetsetuppage.ui
con's avatar
con committed
RESOURCES += qt4projectmanager.qrc \
con's avatar
con committed
    wizards/wizards.qrc
DEFINES += PROPARSER_THREAD_SAFE PROEVALUATOR_THREAD_SAFE
include(../../shared/proparser/proparser.pri)
con's avatar
con committed
include(qt-s60/qt-s60.pri)
ck's avatar
ck committed
include(qt-maemo/qt-maemo.pri)
include(customwidgetwizard/customwidgetwizard.pri)
con's avatar
con committed
DEFINES += QT_NO_CAST_TO_ASCII
con's avatar
con committed
OTHER_FILES += Qt4ProjectManager.pluginspec Qt4ProjectManager.mimetypes.xml