summaryrefslogtreecommitdiffstats
path: root/examples/widgets/painting/shared/shared.pri
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/painting/shared/shared.pri')
-rw-r--r--examples/widgets/painting/shared/shared.pri6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/widgets/painting/shared/shared.pri b/examples/widgets/painting/shared/shared.pri
index 362cc6819c..cb08b00348 100644
--- a/examples/widgets/painting/shared/shared.pri
+++ b/examples/widgets/painting/shared/shared.pri
@@ -1,8 +1,8 @@
INCLUDEPATH += $$PWD
-qtHaveModule(opengl)|qtConfig(opengles2) {
- DEFINES += QT_OPENGL_SUPPORT
- QT += opengl widgets
+qtConfig(opengl) {
+ SOURCES += $$PWD/fbopaintdevice.cpp
+ HEADERS += $$PWD/fbopaintdevice.h
}
SOURCES += \