summaryrefslogtreecommitdiffstats
path: root/src/gui/doc/snippets/image/image.pro
blob: c9b5e30cd181d4efa2b31a68eaa7d6fb5bd49699 (plain)
1
2
3
4
5
6
7
8
TEMPLATE = lib
TARGET = image_snippets
QT += core gui widgets

SOURCES = \
    image.cpp \
    supportedformat.cpp