summaryrefslogtreecommitdiff
path: root/examples/simple-icon/example.pro
Side-by-side diff
Diffstat (limited to 'examples/simple-icon/example.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--examples/simple-icon/example.pro16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/simple-icon/example.pro b/examples/simple-icon/example.pro
deleted file mode 100644
index eda2692..0000000
--- a/examples/simple-icon/example.pro
+++ b/dev/null
@@ -1,16 +0,0 @@
-# remember each example is based on the other
-CONFIG += qt warn_on quick-app
-TARGET = simple-icon
-
-HEADERS = simple.h
-
-SOURCES = simple.cpp
-
-INCLUDEPATH += $(OPIEDIR)/include
-DEPENDPATH += $(OPIEDIR)/include
-
-
-
-LIBS += -lqpe
-
-include( $(OPIEDIR)/include.pro )