qt6-bb10/examples/widgets/mainwindows/sdi/sdi.pro

13 lines
295 B
Prolog

QT += widgets
HEADERS = mainwindow.h
SOURCES = main.cpp \
mainwindow.cpp
RESOURCES = sdi.qrc
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/mainwindows/sdi
INSTALLS += target
simulator: warning(This example might not fully work on Simulator platform)