aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprojectmanager/CMakeLists.txt
blob: ddef6f61f2a6286bdf0431ba5a792a84d13b502c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
    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
)