summaryrefslogtreecommitdiffstats
path: root/examples/painting/fontsampler/fontsampler.pro
blob: 63892a319a956ad340a3abb04479c79ef7cc06bc (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]/qtbase/painting/fontsampler
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS fontsampler.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/painting/fontsampler
INSTALLS += target sources

symbian: CONFIG += qt_example
QT += widgets printsupport
maemo5: CONFIG += qt_example