summaryrefslogtreecommitdiff
path: root/src/plugins/autotoolsprojectmanager/autotoolsprojectmanager.pro
blob: 92b6dd8e7d948978e44965b7b4b9f609f369a5ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
include(../../qtcreatorplugin.pri)

HEADERS = autotoolsprojectplugin.h\
          autotoolsopenprojectwizard.h\
          autotoolsproject.h\
          autotoolsbuildconfiguration.h\
          autotoolsprojectconstants.h\
          makestep.h\
          autogenstep.h\
          autoreconfstep.h\
          configurestep.h\
          makefileparserthread.h\
          makefileparser.h

SOURCES = autotoolsprojectplugin.cpp\
          autotoolsopenprojectwizard.cpp\
          autotoolsproject.cpp\
          autotoolsbuildconfiguration.cpp\
          makestep.cpp\
          autogenstep.cpp\
          autoreconfstep.cpp\
          configurestep.cpp\
          makefileparserthread.cpp\
          makefileparser.cpp