aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qtsupport/CMakeLists.txt
blob: 0f032ac76c67f0e2e753904c3c0ab0b310ddb310 (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
add_qtc_plugin(QtSupport
  DEPENDS Qt5::Xml
  PUBLIC_DEPENDS ProParser
  PLUGIN_DEPENDS Core ProjectExplorer ResourceEditor
  SOURCES
    baseqtversion.cpp baseqtversion.h
    codegenerator.cpp codegenerator.h
    codegensettings.cpp codegensettings.h
    codegensettingspage.cpp codegensettingspage.h
    codegensettingspagewidget.ui
    exampleslistmodel.cpp exampleslistmodel.h
    gettingstartedwelcomepage.cpp gettingstartedwelcomepage.h
    profilereader.cpp profilereader.h
    qmldumptool.cpp qmldumptool.h
    qscxmlcgenerator.cpp qscxmlcgenerator.h
    qtbuildaspects.cpp qtbuildaspects.h
    qtconfigwidget.cpp qtconfigwidget.h
    qtcppkitinfo.cpp qtcppkitinfo.h
    qtkitinformation.cpp qtkitinformation.h
    qtoptionspage.cpp qtoptionspage.h
    qtoutputformatter.cpp qtoutputformatter.h
    qtparser.cpp qtparser.h
    qtprojectimporter.cpp qtprojectimporter.h
    qtsupport.qrc
    qtsupport_global.h
    qtsupportconstants.h
    qtsupportplugin.cpp qtsupportplugin.h
    qttestparser.cpp qttestparser.h
    qtversionfactory.h
    qtversioninfo.ui
    qtversionmanager.cpp qtversionmanager.h qtversionmanager.ui
    qtversions.cpp qtversions.h
    screenshotcropper.cpp screenshotcropper.h
    showbuildlog.ui
    translationwizardpage.cpp translationwizardpage.h
    uicgenerator.cpp uicgenerator.h
)