summaryrefslogtreecommitdiffstats
path: root/src/gui/doc/snippets/separations/separations.pro
blob: d16f0fb3f66aa340916b927bed52f745902c814c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = lib
TARGET = separations_snippets
QT += core gui widgets

HEADERS = \
    finalwidget.h \
    screenwidget.h \
    viewer.h
SOURCES = \
    finalwidget.cpp \
    main.cpp \
    screenwidget.cpp \
    viewer.cpp