summaryrefslogtreecommitdiffstats
path: root/examples/opengl/hellogles3/hellogles3.pro
blob: 299d439fd2e500c8b38c9d8c6f50e3f900e0cac7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
HEADERS = $$PWD/glwidget.h \
          $$PWD/mainwindow.h \
          $$PWD/../hellogl2/logo.h

SOURCES = $$PWD/glwidget.cpp \
          $$PWD/main.cpp \
          $$PWD/mainwindow.cpp \
          $$PWD/../hellogl2/logo.cpp

QT += widgets

RESOURCES += hellogles3.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogles3
INSTALLS += target