summaryrefslogtreecommitdiffstats
path: root/examples/opengl/hellogles3/hellogles3.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/hellogles3/hellogles3.pro')
-rw-r--r--examples/opengl/hellogles3/hellogles3.pro8
1 files changed, 2 insertions, 6 deletions
diff --git a/examples/opengl/hellogles3/hellogles3.pro b/examples/opengl/hellogles3/hellogles3.pro
index 299d439fd2..e0d4c25ca6 100644
--- a/examples/opengl/hellogles3/hellogles3.pro
+++ b/examples/opengl/hellogles3/hellogles3.pro
@@ -1,14 +1,10 @@
-HEADERS = $$PWD/glwidget.h \
- $$PWD/mainwindow.h \
+HEADERS = $$PWD/glwindow.h \
$$PWD/../hellogl2/logo.h
-SOURCES = $$PWD/glwidget.cpp \
+SOURCES = $$PWD/glwindow.cpp \
$$PWD/main.cpp \
- $$PWD/mainwindow.cpp \
$$PWD/../hellogl2/logo.cpp
-QT += widgets
-
RESOURCES += hellogles3.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogles3