10 lines
195 B
Prolog
10 lines
195 B
Prolog
|
HEADERS = $$PWD/glwindow.h
|
||
|
|
||
|
SOURCES = $$PWD/glwindow.cpp \
|
||
|
$$PWD/main.cpp
|
||
|
|
||
|
RESOURCES += computegles31.qrc
|
||
|
|
||
|
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/computegles31
|
||
|
INSTALLS += target
|