summaryrefslogtreecommitdiffstats
path: root/examples/mainwindows/sdi/sdi.pro
blob: 70bbf6543c5fadb3cd5bb2f7b34391a54553419f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
HEADERS       = mainwindow.h
SOURCES       = main.cpp \
                mainwindow.cpp
RESOURCES     = sdi.qrc

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/mainwindows/sdi
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS sdi.pro images
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/mainwindows/sdi
INSTALLS += target sources

symbian: CONFIG += qt_example