qt5base-lts/examples/widgets/mainwindows/sdi/sdi.pro

13 lines
295 B
Prolog
Raw Normal View History

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