summaryrefslogtreecommitdiff
path: root/examples/simple/example.pro
Side-by-side diff
Diffstat (limited to 'examples/simple/example.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--examples/simple/example.pro330
1 files changed, 329 insertions, 1 deletions
diff --git a/examples/simple/example.pro b/examples/simple/example.pro
index 4c41b29..b424674 100644
--- a/examples/simple/example.pro
+++ b/examples/simple/example.pro
@@ -6,33 +6,361 @@ CONFIG += qt warn_on quick-app
# warn_on = warnings are on
# quick-app = Tell the buildsystem that the apps is quick-launchable
#
# Note if you do not supply quick-app you need to set
# TEMPLATE = app or TEMPLATE = lib depending on if you want to build an executable or lib
# and DESTDIR= $(OPIEDIR)/bin or $(OPIEDIR)/lib
TARGET = simple
# the name of the resulting object
HEADERS = simple.h
# A list header files
SOURCES = simple.cpp
# A list of source files
INTERFACES =
# list of ui files
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
# libs to link against
#Important include the global include.pro just like below
-include ( $(OPIEDIR)/include.pro )
+include(
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $(OPIEDIR)/include.pro )