summaryrefslogtreecommitdiffstats
path: root/examples/widgets/draganddrop/puzzle/puzzle.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/draganddrop/puzzle/puzzle.pro')
-rw-r--r--examples/widgets/draganddrop/puzzle/puzzle.pro23
1 files changed, 23 insertions, 0 deletions
diff --git a/examples/widgets/draganddrop/puzzle/puzzle.pro b/examples/widgets/draganddrop/puzzle/puzzle.pro
new file mode 100644
index 0000000000..7c69a41a39
--- /dev/null
+++ b/examples/widgets/draganddrop/puzzle/puzzle.pro
@@ -0,0 +1,23 @@
+HEADERS = mainwindow.h \
+ pieceslist.h \
+ puzzlewidget.h
+RESOURCES = puzzle.qrc
+SOURCES = main.cpp \
+ mainwindow.cpp \
+ pieceslist.cpp \
+ puzzlewidget.cpp
+
+QMAKE_PROJECT_NAME = dndpuzzle
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/draganddrop/puzzle
+sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.jpg
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/draganddrop/puzzle
+INSTALLS += target sources
+
+wince*: {
+ addFile.files = example.jpg
+ addFile.path = .
+ DEPLOYMENT += addFile
+}
+QT += widgets