blob: 37dce96bbb6b1c8d490bfac0533e9425445b2aa4 (
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 = autotoolsbuildsystem.h \
autotoolsprojectplugin.h\
autotoolsopenprojectwizard.h\
autotoolsbuildconfiguration.h\
autotoolsprojectconstants.h\
makestep.h\
autogenstep.h\
autoreconfstep.h\
configurestep.h\
makefileparserthread.h\
makefileparser.h
SOURCES = autotoolsbuildsystem.cpp \
autotoolsprojectplugin.cpp\
autotoolsopenprojectwizard.cpp\
autotoolsbuildconfiguration.cpp\
makestep.cpp\
autogenstep.cpp\
autoreconfstep.cpp\
configurestep.cpp\
makefileparserthread.cpp\
makefileparser.cpp
|