summaryrefslogtreecommitdiffstats
path: root/examples/widgets/calculator/calculator.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/calculator/calculator.pro')
-rw-r--r--examples/widgets/calculator/calculator.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/widgets/calculator/calculator.pro b/examples/widgets/calculator/calculator.pro
new file mode 100644
index 0000000000..958661736e
--- /dev/null
+++ b/examples/widgets/calculator/calculator.pro
@@ -0,0 +1,16 @@
+HEADERS = button.h \
+ calculator.h
+SOURCES = button.cpp \
+ calculator.cpp \
+ main.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/calculator
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS calculator.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/calculator
+INSTALLS += target sources
+
+symbian {
+ TARGET.UID3 = 0xA000C602
+ include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+}