2012-04-12 10:56:20 +00:00
|
|
|
LANCELOT_DIR = $$PWD/../../auto/other/lancelot
|
2011-06-29 11:24:37 +00:00
|
|
|
CONFIG+=console moc
|
|
|
|
TEMPLATE = app
|
|
|
|
INCLUDEPATH += . $$LANCELOT_DIR
|
2012-04-12 10:56:20 +00:00
|
|
|
QT += core-private gui-private widgets printsupport
|
2011-06-29 11:24:37 +00:00
|
|
|
|
|
|
|
HEADERS += widgets.h \
|
|
|
|
interactivewidget.h \
|
|
|
|
$$LANCELOT_DIR/paintcommands.h
|
|
|
|
SOURCES += interactivewidget.cpp \
|
|
|
|
main.cpp \
|
|
|
|
$$LANCELOT_DIR/paintcommands.cpp
|
|
|
|
RESOURCES += icons.qrc \
|
|
|
|
$$LANCELOT_DIR/images.qrc
|
|
|
|
|
|
|
|
contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2):QT += opengl
|
|
|
|
|
2012-08-01 11:19:40 +00:00
|
|
|
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|