aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/python/python.pro
blob: 29c53be779e7a563d632c5db79a0099990be2086 (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
include(../../qtcreatorplugin.pri)

DEFINES += \
    PYTHON_LIBRARY

HEADERS += \
    pythonplugin.h \
    pythoneditor.h \
    pythonconstants.h \
    pythonhighlighter.h \
    pythonindenter.h \
    pythonformattoken.h \
    pythonproject.h \
    pythonrunconfiguration.h \
    pythonscanner.h \
    pythonsettings.h \
    pythonutils.h

SOURCES += \
    pythonplugin.cpp \
    pythoneditor.cpp \
    pythonhighlighter.cpp \
    pythonindenter.cpp \
    pythonproject.cpp \
    pythonrunconfiguration.cpp \
    pythonscanner.cpp \
    pythonsettings.cpp \
    pythonutils.cpp

RESOURCES += \
    python.qrc