aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qtsupport/CMakeLists.txt
blob: 125e949b35aacb86bcbd0361bd27cdd363a2dbeb (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
add_qtc_plugin(QtSupport
  DEPENDS Qt5::Xml
  PUBLIC_DEPENDS ProParser
  PLUGIN_DEPENDS Core CppTools ProjectExplorer ResourceEditor
  SOURCES
    baseqtversion.cpp baseqtversion.h
    codegenerator.cpp codegenerator.h
    codegensettings.cpp codegensettings.h
    codegensettingspage.cpp codegensettingspage.h
    codegensettingspagewidget.ui
    desktopqtversion.cpp desktopqtversion.h
    exampleslistmodel.cpp exampleslistmodel.h
    gettingstartedwelcomepage.cpp gettingstartedwelcomepage.h
    profilereader.cpp profilereader.h
    qmldumptool.cpp qmldumptool.h
    qscxmlcgenerator.cpp qscxmlcgenerator.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.cpp qtversionfactory.h
    qtversioninfo.ui
    qtversionmanager.cpp qtversionmanager.h qtversionmanager.ui
    screenshotcropper.cpp screenshotcropper.h
    showbuildlog.ui
    uicgenerator.cpp uicgenerator.h
)