aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/console/console.pri
blob: 30c8d6e1c2cee1886200dfeb7497afb60f14407c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
HEADERS += \
    $$PWD/consoleitem.h \
    $$PWD/consoleedit.h \
    $$PWD/consoleitemdelegate.h \
    $$PWD/consoleitemmodel.h \
    $$PWD/console.h \
    $$PWD/consoleproxymodel.h \
    $$PWD/consoleview.h

SOURCES += \
    $$PWD/consoleitem.cpp \
    $$PWD/consoleedit.cpp \
    $$PWD/consoleitemdelegate.cpp \
    $$PWD/consoleitemmodel.cpp \
    $$PWD/console.cpp \
    $$PWD/consoleproxymodel.cpp \
    $$PWD/consoleview.cpp