aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprojectmanager/CMakeLists.txt
blob: 1d8527c221a277eca5e050501e9866b3fcd355c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
add_qtc_plugin(QmlProjectManager
  DEPENDS QmlJS
  PLUGIN_DEPENDS Core ProjectExplorer QtSupport
  SOURCES
    fileformat/filefilteritems.cpp fileformat/filefilteritems.h
    fileformat/qmlprojectfileformat.cpp fileformat/qmlprojectfileformat.h
    fileformat/qmlprojectitem.cpp fileformat/qmlprojectitem.h
    qmlmainfileaspect.cpp qmlmainfileaspect.h
    qmlproject.cpp qmlproject.h
    qmlproject.qrc
    qmlprojectconstants.h
    qmlprojectmanager_global.h
    qmlprojectmanagerconstants.h
    qmlprojectnodes.cpp qmlprojectnodes.h
    qmlprojectplugin.cpp qmlprojectplugin.h
    qmlprojectrunconfiguration.cpp qmlprojectrunconfiguration.h
)