summaryrefslogtreecommitdiff
path: root/examples/simple-icon/simple-icon.pro
Unidiff
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 @@
1# remember each example is based on the other
2CONFIG += qt warn_on quick-app
3TARGET = simple-icon
4
5HEADERS = simple.h
6
7SOURCES = simple.cpp
8
9INCLUDEPATH += $(OPIEDIR)/include
10DEPENDPATH += $(OPIEDIR)/include
11
12
13
14LIBS += -lqpe
15
16include( $(OPIEDIR)/include.pro )