diff options
Diffstat (limited to 'examples/declarative/imageprovider/imageprovider.pro')
-rw-r--r-- | examples/declarative/imageprovider/imageprovider.pro | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/declarative/imageprovider/imageprovider.pro b/examples/declarative/imageprovider/imageprovider.pro new file mode 100644 index 0000000..60423ab --- /dev/null +++ b/examples/declarative/imageprovider/imageprovider.pro @@ -0,0 +1,9 @@ +TEMPLATE = app +TARGET = imageprovider +DEPENDPATH += . +INCLUDEPATH += . +QT += declarative + +# Input +SOURCES += main.cpp +RESOURCES += imageprovider.qrc |