summaryrefslogtreecommitdiff
path: root/src/plugins/qt4projectmanager/qt4projectmanager.pro
blob: 0118cf967c64aa3b9a2aea3cdb40d4c8585a3ddf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
TEMPLATE = lib
TARGET = Qt4ProjectManager
QT += network
include(../../qworkbenchplugin.pri)
include(qt4projectmanager_dependencies.pri)
HEADERS = qt4projectmanagerplugin.h \
    qt4projectmanager.h \
    qt4projectmanagerenums.h \
    qtversionmanager.h \
    qt4project.h \
    qt4nodes.h \
    profileeditor.h \
    profilehighlighter.h \
    profileeditorfactory.h \
    profilereader.h \
    profilecache.h \
    wizards/qtprojectparameters.h \
    wizards/guiappwizard.h \
    wizards/consoleappwizard.h \
    wizards/consoleappwizarddialog.h \
    wizards/libraryparameters.h \
    wizards/librarywizard.h \
    wizards/librarywizarddialog.h \
    wizards/guiappwizarddialog.h \
    wizards/modulespage.h \
    wizards/filespage.h \
    wizards/qtwizard.h \
    qt4projectmanagerconstants.h \
    makestep.h \
    qmakestep.h \
    qmakebuildstepfactory.h \
    gccparser.h \
    msvcparser.h \
    buildparserfactory.h \
    deployhelper.h \
    msvcenvironment.h \
    cesdkhandler.h \
    embeddedpropertiespage.h \
    qt4runconfiguration.h \
    speinfo.h \
    headerpath.h \
    gccpreprocessor.h \
    qt4buildconfigwidget.h \
    qt4buildenvironmentwidget.h \
    projectloadwizard.h \
    directorywatcher.h \
    gdbmacrosbuildstep.h

SOURCES = qt4projectmanagerplugin.cpp \
    qt4projectmanager.cpp \
    qtversionmanager.cpp \
    qt4project.cpp \
    qt4nodes.cpp \
    profileeditor.cpp \
    profilehighlighter.cpp \
    profileeditorfactory.cpp \
    profilereader.cpp \
    profilecache.cpp \
    wizards/qtprojectparameters.cpp \
    wizards/guiappwizard.cpp \
    wizards/consoleappwizard.cpp \
    wizards/consoleappwizarddialog.cpp \
    wizards/libraryparameters.cpp \
    wizards/librarywizard.cpp \
    wizards/librarywizarddialog.cpp \
    wizards/guiappwizarddialog.cpp \
    wizards/modulespage.cpp \
    wizards/filespage.cpp \
    wizards/qtwizard.cpp \
    makestep.cpp \
    qmakestep.cpp \
    qmakebuildstepfactory.cpp \
    gccparser.cpp \
    msvcparser.cpp \
    buildparserfactory.cpp \
    deployhelper.cpp \
    msvcenvironment.cpp \
    cesdkhandler.cpp \
    embeddedpropertiespage.cpp \
    qt4runconfiguration.cpp \
    speinfo.cpp \
    gccpreprocessor.cpp \
    qt4buildconfigwidget.cpp \
    qt4buildenvironmentwidget.cpp \
    projectloadwizard.cpp \
    directorywatcher.cpp \
    gdbmacrosbuildstep.cpp

FORMS = qtversionmanager.ui \
    envvariablespage.ui \
    enveditdialog.ui \
    proeditorcontainer.ui \
    makestep.ui \
    qmakestep.ui \
    qt4buildconfigwidget.ui \
    embeddedpropertiespage.ui \
    qt4buildenvironmentwidget.ui
RESOURCES = qt4projectmanager.qrc \
    wizards/wizards.qrc
include(../../../shared/proparser/proparser.pri)
DEFINES += QT_NO_CAST_TO_ASCII