summaryrefslogtreecommitdiffstats
path: root/demos/callout/callout.pro
diff options
context:
space:
mode:
Diffstat (limited to 'demos/callout/callout.pro')
-rw-r--r--demos/callout/callout.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/demos/callout/callout.pro b/demos/callout/callout.pro
deleted file mode 100644
index ebe7b466..00000000
--- a/demos/callout/callout.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-!include( ../demos.pri ) {
- error( "Couldn't find the examples.pri file!" )
-}
-
-TARGET = callout
-TEMPLATE = app
-
-SOURCES += \
- main.cpp\
- callout.cpp \
- view.cpp
-
-HEADERS += \
- callout.h \
- view.h