summaryrefslogtreecommitdiffstats
path: root/examples/painting/concentriccircles/concentriccircles.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/painting/concentriccircles/concentriccircles.pro')
-rw-r--r--examples/painting/concentriccircles/concentriccircles.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/painting/concentriccircles/concentriccircles.pro b/examples/painting/concentriccircles/concentriccircles.pro
new file mode 100644
index 0000000..093ea1c
--- /dev/null
+++ b/examples/painting/concentriccircles/concentriccircles.pro
@@ -0,0 +1,11 @@
+HEADERS = circlewidget.h \
+ window.h
+SOURCES = circlewidget.cpp \
+ main.cpp \
+ window.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/painting/concentriccircles
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS concentriccircles.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/painting/concentriccircles
+INSTALLS += target sources
cherBrian Curtin2012-06-201-0/+16 * Get 64-bit buildingBrian Curtin2012-06-202-3/+73 * Support 32-bit release building:Brian Curtin2012-06-201-1/+10 * Initial changes to get the py launcher buildingBrian Curtin2012-06-203-0/+129 * Issue #15038: Optimize python Locks on WindowsKristján Valur Jónsson2012-06-182-1/+11 * Add namespaceobject.h and namespaceobject.c to pythoncore.vcxprojRichard Oudkerk2012-06-041-1/+3 * Update to Tcl/Tk 8.5.11.Martin v. Löwis2012-05-311-3/+3 * Issue #14952: Fix incorrect output dll names for win64/debug builds, causingKristjan Valur Jonsson2012-05-311-4/+0 * Update build.bat for VS2010Brian Curtin2012-05-221-3/+4 * Issue 14821:Kristján Valur Jónsson2012-05-201-12/+0 * Remove missing files from the PCbuild pythoncore project. This avoids aKristján Valur Jónsson2012-05-192-16/+0 * Clean up the PCBuild project files, removing redundant settings andKristján Valur Jónsson2012-05-19