summaryrefslogtreecommitdiffstats
path: root/examples/widgets/painting/fontsampler/fontsampler.pro
blob: 08dd07bc08155e4b1ba03169b249cd2688df978c (plain)
1
2
3
4
5
6
7
8
9
10
11
QT += widgets
qtHaveModule(printsupport): QT += printsupport

FORMS     = mainwindowbase.ui
HEADERS   = mainwindow.h
SOURCES   = main.cpp \
            mainwindow.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/painting/fontsampler
INSTALLS += target