aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotoolsprojectmanager/CMakeLists.txt
blob: ca8765cba91e006cb740b990475187397ce61cac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
add_qtc_plugin(AutotoolsProjectManager
  PLUGIN_DEPENDS Core CppTools ProjectExplorer QtSupport
  SOURCES
    autogenstep.cpp autogenstep.h
    autoreconfstep.cpp autoreconfstep.h
    autotoolsbuildconfiguration.cpp autotoolsbuildconfiguration.h
    autotoolsopenprojectwizard.cpp autotoolsopenprojectwizard.h
    autotoolsproject.cpp autotoolsproject.h
    autotoolsprojectconstants.h
    autotoolsprojectplugin.cpp autotoolsprojectplugin.h
    configurestep.cpp configurestep.h
    makefileparser.cpp makefileparser.h
    makefileparserthread.cpp makefileparserthread.h
    makestep.cpp makestep.h
)