summaryrefslogtreecommitdiff
path: root/src/plugins/autotoolsprojectmanager/CMakeLists.txt
blob: 64446adc3a2ddbb56a2a72a61116f86d956f6ce4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
add_qtc_plugin(AutotoolsProjectManager
  PLUGIN_CLASS AutotoolsProjectPlugin
  PLUGIN_DEPENDS Core CppEditor ProjectExplorer QtSupport
  SOURCES
    autogenstep.cpp autogenstep.h
    autoreconfstep.cpp autoreconfstep.h
    autotoolsbuildconfiguration.cpp autotoolsbuildconfiguration.h
    autotoolsbuildsystem.cpp autotoolsbuildsystem.h
    autotoolsprojectconstants.h
    autotoolsprojectplugin.cpp autotoolsprojectplugin.h
    configurestep.cpp configurestep.h
    makefileparser.cpp makefileparser.h
    makefileparserthread.cpp makefileparserthread.h
    makestep.cpp makestep.h
)