summaryrefslogtreecommitdiff
path: root/examples
Unidiff
Diffstat (limited to 'examples') (more/less context) (ignore whitespace changes)
-rw-r--r--examples/simple-icon/simple-icon.pro2
-rw-r--r--examples/simple-main/simple-main.pro2
-rw-r--r--examples/simple/simple.pro2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/simple-icon/simple-icon.pro b/examples/simple-icon/simple-icon.pro
index eda2692..d75e594 100644
--- a/examples/simple-icon/simple-icon.pro
+++ b/examples/simple-icon/simple-icon.pro
@@ -11,6 +11,6 @@ DEPENDPATH += $(OPIEDIR)/include
11 11
12 12
13 13
14LIBS += -lqpe 14LIBS += -lqpe -lopiecore2
15 15
16include( $(OPIEDIR)/include.pro ) 16include( $(OPIEDIR)/include.pro )
diff --git a/examples/simple-main/simple-main.pro b/examples/simple-main/simple-main.pro
index ded8ed2..28d16e2 100644
--- a/examples/simple-main/simple-main.pro
+++ b/examples/simple-main/simple-main.pro
@@ -12,6 +12,6 @@ DEPENDPATH += $(OPIEDIR)/include
12 12
13 13
14 14
15LIBS += -lqpe 15LIBS += -lqpe -lopiecore2
16 16
17include( $(OPIEDIR)/include.pro ) 17include( $(OPIEDIR)/include.pro )
diff --git a/examples/simple/simple.pro b/examples/simple/simple.pro
index 8f006f6..40b0aaf 100644
--- a/examples/simple/simple.pro
+++ b/examples/simple/simple.pro
@@ -29,7 +29,7 @@ DEPENDPATH += $(OPIEDIR)/include
29 29
30 30
31 31
32LIBS += -lqpe 32LIBS += -lqpe -lopiecore2
33# libs to link against 33# libs to link against
34 34
35#Important include the global include.pro just like below 35#Important include the global include.pro just like below