aboutsummaryrefslogtreecommitdiff
path: root/examples/calculator/calculator.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/calculator/calculator.pro')
-rw-r--r--examples/calculator/calculator.pro11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/calculator/calculator.pro b/examples/calculator/calculator.pro
deleted file mode 100644
index 8f13260..0000000
--- a/examples/calculator/calculator.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-QT += widgets
-
-HEADERS = button.h \
- calculator.h
-SOURCES = button.cpp \
- calculator.cpp \
- main.cpp
-
-# Single Application implementation
-include(../../singleapplication.pri)
-DEFINES += QAPPLICATION_CLASS=QApplication