summaryrefslogtreecommitdiffstats
path: root/src/gui/doc/snippets/textdocument-blocks/textdocument-blocks.pro
blob: 3b45ba9cb2ccb419fba06cbe28ca87898f65ea4c (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = lib
TARGET = textdocument-blocks_snippets
QT += core gui widgets

HEADERS = \
    mainwindow.h

SOURCES = \
    main.cpp \
    mainwindow.cpp