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

HEADERS = \
    mainwindow.h

SOURCES = \
    mainwindow.cpp \
    main.cpp