Change-Id: I9023016d50e82bba1fa73632cc1409b3d016f352 Reviewed-by: Kristoffer Skau <kristoffer.skau@qt.io> Reviewed-by: Christian Strømme <christian.stromme@qt.io>
15 lines
278 B
Prolog
15 lines
278 B
Prolog
TEMPLATE = app
|
|
QT += widgets opengl
|
|
requires(qtConfig(filedialog))
|
|
|
|
SOURCES += main.cpp \
|
|
widget.cpp \
|
|
renderwindow.cpp
|
|
|
|
HEADERS += widget.h \
|
|
renderwindow.h
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/contextinfo
|
|
INSTALLS += target
|