blob: 0536178881e5628cf7e3ce54a417c8dabc8bc99a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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
autotoolsprojectmanagertr.h
autotoolsprojectplugin.cpp autotoolsprojectplugin.h
configurestep.cpp configurestep.h
makefileparser.cpp makefileparser.h
makefileparserthread.cpp makefileparserthread.h
makestep.cpp makestep.h
)
|