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

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

QT += widgets
!isEmpty(QT.printsupport.name): QT += printsupport