summaryrefslogtreecommitdiffstats
path: root/examples/widgets/painting/imagecomposition/imagecomposition.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/painting/imagecomposition/imagecomposition.pro')
-rw-r--r--examples/widgets/painting/imagecomposition/imagecomposition.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/widgets/painting/imagecomposition/imagecomposition.pro b/examples/widgets/painting/imagecomposition/imagecomposition.pro
new file mode 100644
index 0000000000..edf434f5d2
--- /dev/null
+++ b/examples/widgets/painting/imagecomposition/imagecomposition.pro
@@ -0,0 +1,13 @@
+HEADERS = imagecomposer.h
+SOURCES = imagecomposer.cpp \
+ main.cpp
+RESOURCES = imagecomposition.qrc
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/painting/imagecomposition
+sources.files = $$SOURCES $$HEADERS $$RESOURCES images *.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/painting/imagecomposition
+INSTALLS += target sources
+
+QT += widgets
+