2011-04-27 10:05:43 +00:00
|
|
|
TEMPLATE = lib
|
2012-12-14 18:22:13 +00:00
|
|
|
CONFIG += plugin
|
2012-03-15 12:40:43 +00:00
|
|
|
QT += qml quick
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
DESTDIR = ImageProviderCore
|
|
|
|
TARGET = qmlimageproviderplugin
|
|
|
|
|
|
|
|
SOURCES += imageprovider.cpp
|
|
|
|
|
2012-11-29 15:02:34 +00:00
|
|
|
EXAMPLE_FILES = imageprovider-example.qml
|
2012-02-21 09:55:34 +00:00
|
|
|
|
2012-08-10 06:51:01 +00:00
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/quick/imageprovider/ImageProviderCore
|
2012-11-29 15:02:34 +00:00
|
|
|
qml.files = ImageProviderCore/qmldir
|
2012-08-10 06:51:01 +00:00
|
|
|
qml.path = $$[QT_INSTALL_EXAMPLES]/quick/imageprovider/ImageProviderCore
|
2012-11-29 15:02:34 +00:00
|
|
|
INSTALLS = target qml
|
2016-05-11 12:41:47 +00:00
|
|
|
|
|
|
|
CONFIG += install_ok # Do not cargo-cult this!
|