aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmakeprojectmanager/CMakeLists.txt
blob: 5cd7b6cc1949b97fcec9c4ba5f0d0845f89e9209 (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
add_qtc_plugin(QmakeProjectManager
  DEPENDS qmljs
  PLUGIN_DEPENDS Core CppTools QtSupport ResourceEditor TextEditor
  PLUGIN_RECOMMENDS Designer
  SOURCES
    addlibrarywizard.cpp addlibrarywizard.h
    applicationlauncher.h
    customwidgetwizard/classdefinition.cpp customwidgetwizard/classdefinition.h customwidgetwizard/classdefinition.ui
    customwidgetwizard/classlist.cpp customwidgetwizard/classlist.h
    customwidgetwizard/customwidgetpluginwizardpage.cpp customwidgetwizard/customwidgetpluginwizardpage.h customwidgetwizard/customwidgetpluginwizardpage.ui
    customwidgetwizard/customwidgetwidgetswizardpage.cpp customwidgetwizard/customwidgetwidgetswizardpage.h customwidgetwizard/customwidgetwidgetswizardpage.ui
    customwidgetwizard/customwidgetwizard.cpp customwidgetwizard/customwidgetwizard.h
    customwidgetwizard/customwidgetwizarddialog.cpp customwidgetwizard/customwidgetwizarddialog.h
    customwidgetwizard/filenamingparameters.h
    customwidgetwizard/plugingenerator.cpp customwidgetwizard/plugingenerator.h
    customwidgetwizard/pluginoptions.h
    desktopqmakerunconfiguration.cpp desktopqmakerunconfiguration.h
    externaleditors.cpp externaleditors.h
    librarydetailscontroller.cpp librarydetailscontroller.h
    librarydetailswidget.ui
    makefileparse.cpp makefileparse.h
    profilecompletionassist.cpp profilecompletionassist.h
    profileeditor.cpp profileeditor.h
    profilehighlighter.cpp profilehighlighter.h
    profilehoverhandler.cpp profilehoverhandler.h
    qmakebuildconfiguration.cpp qmakebuildconfiguration.h
    qmakebuildinfo.h
    qmakekitinformation.cpp qmakekitinformation.h
    qmakemakestep.cpp qmakemakestep.h
    qmakenodes.cpp qmakenodes.h
    qmakenodetreebuilder.cpp qmakenodetreebuilder.h
    qmakeparser.cpp qmakeparser.h
    qmakeparsernodes.cpp qmakeparsernodes.h
    qmakeproject.cpp qmakeproject.h
    qmakeprojectconfigwidget.cpp qmakeprojectconfigwidget.h
    qmakeprojectimporter.cpp qmakeprojectimporter.h
    qmakeprojectmanager.cpp qmakeprojectmanager.h
    qmakeprojectmanager.qrc
    qmakeprojectmanager_global.h
    qmakeprojectmanagerconstants.h
    qmakeprojectmanagerplugin.cpp qmakeprojectmanagerplugin.h
    qmakesettings.cpp qmakesettings.h
    qmakestep.cpp qmakestep.h qmakestep.ui
    qtmodulesinfo.cpp qtmodulesinfo.h
    wizards/filespage.cpp wizards/filespage.h
    wizards/modulespage.cpp wizards/modulespage.h
    wizards/qtprojectparameters.cpp wizards/qtprojectparameters.h
    wizards/qtwizard.cpp wizards/qtwizard.h
    wizards/simpleprojectwizard.cpp wizards/simpleprojectwizard.h
    wizards/subdirsprojectwizard.cpp wizards/subdirsprojectwizard.h
    wizards/subdirsprojectwizarddialog.cpp wizards/subdirsprojectwizarddialog.h
    wizards/wizards.qrc
)