mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-27 22:48:27 +08:00
10 lines
194 B
Prolog
10 lines
194 B
Prolog
|
SOURCES = windowcontainer.cpp
|
||
|
|
||
|
QT += widgets
|
||
|
|
||
|
# install
|
||
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/windowcontainer
|
||
|
INSTALLS += target
|
||
|
|
||
|
include(../../opengl/openglwindow/openglwindow.pri)
|