summaryrefslogtreecommitdiffstats
path: root/examples/painting/fontsampler/fontsampler.pro
blob: 86b9c67bd3579bf806275ed6e68b3e85cdbc1cb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
FORMS     = mainwindowbase.ui
HEADERS   = mainwindow.h
SOURCES   = main.cpp \
            mainwindow.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/painting/fontsampler
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS fontsampler.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/painting/fontsampler
INSTALLS += target sources

symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)