806dda08d6
Updated those .qdoc files to refer to the new relative examples emplacement. Images and snippets to be moved later. Also grouped all widgets related examples under widgets. Change-Id: Ib29696e2d8948524537f53e8dda88f9ee26a597f Reviewed-by: J-P Nurmi <j-p.nurmi@nokia.com>
17 lines
495 B
Prolog
17 lines
495 B
Prolog
HEADERS = mainwindow.h \
|
|
mdichild.h
|
|
SOURCES = main.cpp \
|
|
mainwindow.cpp \
|
|
mdichild.cpp
|
|
RESOURCES = mdi.qrc
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/mainwindows/mdi
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS mdi.pro images
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/mainwindows/mdi
|
|
INSTALLS += target sources
|
|
|
|
QT += widgets
|
|
|
|
simulator: warning(This example might not fully work on Simulator platform)
|