28675642f3
Add a toplevel manual.pro and other .pro-files to build them and fix the build. Change-Id: Ibc98a27b39dd1304edfa8a6894d62e77ce7ef387 Reviewed-by: Shane Kearns <shane.kearns@accenture.com>
18 lines
533 B
Prolog
18 lines
533 B
Prolog
LANCELOT_DIR = $$PWD/../../auto/other/lancelot
|
|
CONFIG+=console moc
|
|
TEMPLATE = app
|
|
INCLUDEPATH += . $$LANCELOT_DIR
|
|
QT += core-private gui-private widgets printsupport
|
|
|
|
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
|
|
|