summaryrefslogtreecommitdiff
path: root/examples/simple-icon/example.pro
Unidiff
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, 16 insertions, 0 deletions
diff --git a/examples/simple-icon/example.pro b/examples/simple-icon/example.pro
new file mode 100644
index 0000000..6505330
--- a/dev/null
+++ b/examples/simple-icon/example.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 )