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