blob: faa91eb0dd0bd1fbbc4a08455886a4a635e0a478 (
plain)
1
2
3
4
5
6
7
8
9
|
SOURCES = main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/widgets/toplevel
INSTALLS += target
QT += widgets
simulator: warning(This example might not fully work on Simulator platform)
|