summaryrefslogtreecommitdiffstats
path: root/examples/painting/fontsampler/fontsampler.pro
blob: bc7e0a2dba0cb422f43cb95e9802f9cfe97bdc7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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

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