summaryrefslogtreecommitdiff
path: root/src/plugins/pythoneditor/pythoneditor.pro
blob: 9d87e03a12a9b815bdad1d44059e6ed868c0a362 (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
include(../../qtcreatorplugin.pri)

DEFINES += \
    PYTHONEDITOR_LIBRARY

RESOURCES += \
    pythoneditorplugin.qrc

HEADERS += \
    pythoneditorplugin.h \
    pythoneditorfactory.h \
    pythoneditor.h \
    pythoneditorwidget.h \
    pythoneditorconstants.h \
    wizard/pythonfilewizard.h \
    wizard/pythonclasswizard.h \
    wizard/pythonclassnamepage.h \
    wizard/pythonclasswizarddialog.h \
    wizard/pythonsourcegenerator.h \
    tools/pythonhighlighter.h \
    tools/pythonhighlighterfactory.h \
    tools/pythonindenter.h \
    tools/lexical/pythonformattoken.h \
    tools/lexical/pythonscanner.h \
    tools/lexical/sourcecodestream.h

SOURCES += \
    pythoneditorplugin.cpp \
    pythoneditorfactory.cpp \
    pythoneditor.cpp \
    pythoneditorwidget.cpp \
    wizard/pythonfilewizard.cpp \
    wizard/pythonclasswizarddialog.cpp \
    wizard/pythonclasswizard.cpp \
    wizard/pythonclassnamepage.cpp \
    wizard/pythonsourcegenerator.cpp \
    tools/pythonhighlighter.cpp \
    tools/pythonhighlighterfactory.cpp \
    tools/pythonindenter.cpp \
    tools/lexical/pythonscanner.cpp