summaryrefslogtreecommitdiffstats
path: root/examples/declarative/imageprovider/imageprovider.pro
blob: e403bf8df45feab13698b92c3a0d76301222e0f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = lib
TARGET  = imageprovider
QT += declarative
CONFIG += qt plugin

TARGET = $$qtLibraryTarget($$TARGET)
DESTDIR = ImageProviderCore

# Input
SOURCES += imageprovider.cpp