summaryrefslogtreecommitdiff
path: root/examples/simple-icon/simple-icon.pro
Side-by-side diff
Diffstat (limited to 'examples/simple-icon/simple-icon.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--examples/simple-icon/simple-icon.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/simple-icon/simple-icon.pro b/examples/simple-icon/simple-icon.pro
new file mode 100644
index 0000000..eda2692
--- a/dev/null
+++ b/examples/simple-icon/simple-icon.pro
@@ -0,0 +1,16 @@
+# 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 )