This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
|
| 2 |
DEPENDPATH += $$PWD/src |
| 3 |
INCLUDEPATH +=$$PWD/src |
| 4 |
|
| 5 |
SOURCES += $$PWD/src/widgeteventhandler.cpp $$PWD/src/eventqueue.cpp $$PWD/src/webclientserver.cpp $$PWD/src/webclient.cpp $$PWD/src/sessionserver.cpp |
| 6 |
HEADERS += $$PWD/src/webclient.h $$PWD/src/widgeteventhandler.h $$PWD/src/eventqueue.h $$PWD/src/webclientserver.h $$PWD/src/webclient.h $$PWD/src/sessionserver.h |
| 7 |
RESOURCES += $$PWD/src/src.qrc |
| 8 |
|
| 9 |
RESOURCES += $$PWD/3rdparty/dojo.qrc |
| 10 |
|
| 11 |
QT += network |
| 12 |
|
| 13 |
CONFIG += console |
| 14 |
OBJECTS_DIR = .obj |
| 15 |
MOC_DIR = .moc |