aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/genericprojectmanager/CMakeLists.txt
blob: 282b86d0295a31038b6a5b3594d41e46191a8251 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
if (WITH_TESTS)
  set(TST_COMPONENT CppEditor)
endif()

add_qtc_plugin(GenericProjectManager
  PLUGIN_DEPENDS Core ProjectExplorer QtSupport TextEditor ${TST_COMPONENT}
  PLUGIN_RECOMMENDS CppTools
  SOURCES ${TEST_SOURCES}
    filesselectionwizardpage.cpp filesselectionwizardpage.h
    genericbuildconfiguration.cpp genericbuildconfiguration.h
    genericmakestep.cpp genericmakestep.h
    genericproject.cpp genericproject.h
    genericprojectconstants.h
    genericprojectfileseditor.cpp genericprojectfileseditor.h
    genericprojectmanager.qrc
    genericprojectplugin.cpp genericprojectplugin.h
    genericprojectwizard.cpp genericprojectwizard.h
)