mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 20:10:48 +08:00
18 lines
502 B
Prolog
18 lines
502 B
Prolog
LANCELOT_DIR = $$[QT_HOST_PREFIX]/tests/baseline/shared
|
|
CONFIG += cmdline moc
|
|
TEMPLATE = app
|
|
INCLUDEPATH += . $$LANCELOT_DIR
|
|
QT += core-private gui-private widgets printsupport openglwidgets
|
|
|
|
HEADERS += widgets.h \
|
|
interactivewidget.h \
|
|
$$LANCELOT_DIR/paintcommands.h
|
|
SOURCES += interactivewidget.cpp \
|
|
main.cpp \
|
|
$$LANCELOT_DIR/paintcommands.cpp
|
|
RESOURCES += icons.qrc \
|
|
$$LANCELOT_DIR/../painting/images.qrc
|
|
|
|
qtHaveModule(opengl): QT += opengl
|
|
|