aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qtsupport/qtsupport.pro
blob: 5cdbac964a95d90309f2415b38ddb58047042844 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
DEFINES += QTSUPPORT_LIBRARY
QT += network

include(../../qtcreatorplugin.pri)

DEFINES += QMAKE_LIBRARY
include(../../shared/proparser/proparser.pri)

HEADERS += \
    codegenerator.h \
    codegensettings.h \
    codegensettingspage.h \
    gettingstartedwelcomepage.h \
    qtbuildaspects.h \
    qtcppkitinfo.h \
    qtprojectimporter.h \
    qtsupportplugin.h \
    qtsupport_global.h \
    qtkitinformation.h \
    qtoutputformatter.h \
    qttestparser.h \
    qtversionmanager.h \
    qtversionfactory.h \
    baseqtversion.h \
    qmldumptool.h \
    qtoptionspage.h \
    qtsupportconstants.h \
    profilereader.h \
    qtparser.h \
    exampleslistmodel.h \
    screenshotcropper.h \
    qtconfigwidget.h \
    qtversions.h \
    uicgenerator.h \
    qscxmlcgenerator.h \
    translationwizardpage.h

SOURCES += \
    codegenerator.cpp \
    codegensettings.cpp \
    codegensettingspage.cpp \
    gettingstartedwelcomepage.cpp \
    qtbuildaspects.cpp \
    qtcppkitinfo.cpp \
    qtprojectimporter.cpp \
    qtsupportplugin.cpp \
    qtkitinformation.cpp \
    qtoutputformatter.cpp \
    qttestparser.cpp \
    qtversionmanager.cpp \
    baseqtversion.cpp \
    qmldumptool.cpp \
    qtoptionspage.cpp \
    profilereader.cpp \
    qtparser.cpp \
    exampleslistmodel.cpp \
    screenshotcropper.cpp \
    qtconfigwidget.cpp \
    qtversions.cpp \
    uicgenerator.cpp \
    qscxmlcgenerator.cpp \
    translationwizardpage.cpp

FORMS   +=  \
    codegensettingspagewidget.ui \
    showbuildlog.ui \
    qtversioninfo.ui \
    qtversionmanager.ui \

RESOURCES += \
    qtsupport.qrc