summaryrefslogtreecommitdiffstats
path: root/examples/calc/calc.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/calc/calc.pro')
-rw-r--r--examples/calc/calc.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/calc/calc.pro b/examples/calc/calc.pro
new file mode 100644
index 0000000..ff274c2
--- /dev/null
+++ b/examples/calc/calc.pro
@@ -0,0 +1,16 @@
+# -------------------------------------------------
+# Project created by QtCreator 2008-12-25T19:50:44
+# -------------------------------------------------
+
+TARGET = calc
+TEMPLATE = app
+win32: CONFIG += console
+mac:CONFIG -= app_bundle
+QT = core gui script
+include($$PWD/../../src/qtstatemachine.pri)
+
+# Input
+SOURCES += main.cpp calc.cpp
+HEADERS += calc.h
+FORMS += calc.ui
+RESOURCES += calc.qrc