summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc/snippets/customviewstyle/customviewstyle.pro
blob: 9b09e5e4f3d914e6401b1c97d1aafcae26dd4367 (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = lib
TARGET = widgets_customviewstyle_snippets
QT = core widgets

HEADERS = \
    ../customstyle/customstyle.h

SOURCES = \
    customviewstyle.cpp
    ../customstyle/customstyle.cpp