summaryrefslogtreecommitdiffstats
path: root/examples/mainwindows/sdi/sdi.pro
blob: c033e195b47cbca368bdb67f5b01707fcebf4702 (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]/mainwindows/sdi
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS sdi.pro images
sources.path = $$[QT_INSTALL_EXAMPLES]/mainwindows/sdi
INSTALLS += target sources

include($$QT_SOURCE_TREE/examples/examplebase.pri)