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

HEADERS = \
    mainwindow.h

SOURCES = \
    main.cpp \
    mainwindow.cpp