summaryrefslogtreecommitdiff
path: root/examples/application/example.pro
Unidiff
Diffstat (limited to 'examples/application/example.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--examples/application/example.pro10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/application/example.pro b/examples/application/example.pro
deleted file mode 100644
index 2d89311..0000000
--- a/examples/application/example.pro
+++ b/dev/null
@@ -1,10 +0,0 @@
1 TEMPLATE= app
2 #CONFIG = qt warn_on debug
3 CONFIG = qt warn_on release
4 HEADERS = example.h
5 SOURCES = main.cpp example.cpp
6 INCLUDEPATH+= $(QPEDIR)/include
7 DEPENDPATH+= $(QPEDIR)/include
8LIBS += -lqpe
9 INTERFACES= examplebase.ui
10 TARGET = example