summaryrefslogtreecommitdiffstats
path: root/examples/opengl/overpainting/overpainting.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/overpainting/overpainting.pro')
-rw-r--r--examples/opengl/overpainting/overpainting.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/opengl/overpainting/overpainting.pro b/examples/opengl/overpainting/overpainting.pro
index 141c8cb7ce..aecc14751b 100644
--- a/examples/opengl/overpainting/overpainting.pro
+++ b/examples/opengl/overpainting/overpainting.pro
@@ -1,10 +1,12 @@
+QT += opengl widgets
+
VPATH += ../shared
INCLUDEPATH += ../shared
-QT += opengl widgets
HEADERS = bubble.h \
glwidget.h \
qtlogo.h
+
SOURCES = bubble.cpp \
glwidget.cpp \
main.cpp \