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

HEADERS = \
    mainwindow.h

SOURCES = \
    main.cpp \
    mainwindow.cpp