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