summaryrefslogtreecommitdiffstats
path: root/examples/qtconcurrent/progressdialog/progressdialog.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qtconcurrent/progressdialog/progressdialog.pro')
-rw-r--r--examples/qtconcurrent/progressdialog/progressdialog.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/qtconcurrent/progressdialog/progressdialog.pro b/examples/qtconcurrent/progressdialog/progressdialog.pro
new file mode 100644
index 0000000..12ba0bf
--- /dev/null
+++ b/examples/qtconcurrent/progressdialog/progressdialog.pro
@@ -0,0 +1,14 @@
+TEMPLATE = app
+TARGET +=
+DEPENDPATH += .
+INCLUDEPATH += .
+
+# Input
+SOURCES += main.cpp
+CONFIG += console
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/progressdialog
+sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.png
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/progressdialog
+INSTALLS += target sources