blob: a58d556dda62af02427f0e97e61f813db2a52fa5 (
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
25
26
27
|
include(../../qtcreatorplugin.pri)
HEADERS = autotoolsprojectplugin.h\
autotoolsopenprojectwizard.h\
autotoolsprojectnode.h\
autotoolsproject.h\
autotoolsbuildsettingswidget.h\
autotoolsbuildconfiguration.h\
autotoolsprojectconstants.h\
makestep.h\
autogenstep.h\
autoreconfstep.h\
configurestep.h\
makefileparserthread.h\
makefileparser.h
SOURCES = autotoolsprojectplugin.cpp\
autotoolsopenprojectwizard.cpp\
autotoolsprojectnode.cpp\
autotoolsproject.cpp\
autotoolsbuildsettingswidget.cpp\
autotoolsbuildconfiguration.cpp\
makestep.cpp\
autogenstep.cpp\
autoreconfstep.cpp\
configurestep.cpp\
makefileparserthread.cpp\
makefileparser.cpp
|