author | zecke <zecke> | 2005-04-24 18:31:07 (UTC) |
---|---|---|
committer | zecke <zecke> | 2005-04-24 18:31:07 (UTC) |
commit | b04cf97b3ca0e3dcedac52254a8d9c4ae3894464 (patch) (unidiff) | |
tree | d960391a5c803acbc52381ab5534abddfac7e9d7 | |
parent | 2654d303f9ee732ef938ab1a54f314b2e6605579 (diff) | |
download | opie-b04cf97b3ca0e3dcedac52254a8d9c4ae3894464.zip opie-b04cf97b3ca0e3dcedac52254a8d9c4ae3894464.tar.gz opie-b04cf97b3ca0e3dcedac52254a8d9c4ae3894464.tar.bz2 |
Link fixes:
OApplicationFactory uses odebug since some time
(dunno if I introduced it) link to opiecore to fix
building
-rw-r--r-- | examples/simple-icon/simple-icon.pro | 2 | ||||
-rw-r--r-- | examples/simple-main/simple-main.pro | 2 | ||||
-rw-r--r-- | examples/simple/simple.pro | 2 |
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 | |||
@@ -2,15 +2,15 @@ | |||
2 | CONFIG += qt warn_on quick-app | 2 | CONFIG += qt warn_on quick-app |
3 | TARGET = simple-icon | 3 | TARGET = simple-icon |
4 | 4 | ||
5 | HEADERS = simple.h | 5 | HEADERS = simple.h |
6 | 6 | ||
7 | SOURCES = simple.cpp | 7 | SOURCES = simple.cpp |
8 | 8 | ||
9 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
10 | DEPENDPATH += $(OPIEDIR)/include | 10 | DEPENDPATH += $(OPIEDIR)/include |
11 | 11 | ||
12 | 12 | ||
13 | 13 | ||
14 | LIBS += -lqpe | 14 | LIBS += -lqpe -lopiecore2 |
15 | 15 | ||
16 | include( $(OPIEDIR)/include.pro ) | 16 | include( $(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 | |||
@@ -3,15 +3,15 @@ CONFIG += qt warn_on quick-app | |||
3 | 3 | ||
4 | TARGET = simple-main | 4 | TARGET = simple-main |
5 | 5 | ||
6 | HEADERS = simple.h | 6 | HEADERS = simple.h |
7 | SOURCES = simple.cpp | 7 | SOURCES = simple.cpp |
8 | 8 | ||
9 | 9 | ||
10 | INCLUDEPATH += $(OPIEDIR)/include | 10 | INCLUDEPATH += $(OPIEDIR)/include |
11 | DEPENDPATH += $(OPIEDIR)/include | 11 | DEPENDPATH += $(OPIEDIR)/include |
12 | 12 | ||
13 | 13 | ||
14 | 14 | ||
15 | LIBS += -lqpe | 15 | LIBS += -lqpe -lopiecore2 |
16 | 16 | ||
17 | include( $(OPIEDIR)/include.pro ) | 17 | include( $(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 | |||
@@ -20,19 +20,19 @@ HEADERS = simple.h | |||
20 | 20 | ||
21 | SOURCES = simple.cpp | 21 | SOURCES = simple.cpp |
22 | # A list of source files | 22 | # A list of source files |
23 | 23 | ||
24 | INTERFACES = | 24 | INTERFACES = |
25 | # list of ui files | 25 | # list of ui files |
26 | 26 | ||
27 | INCLUDEPATH += $(OPIEDIR)/include | 27 | INCLUDEPATH += $(OPIEDIR)/include |
28 | DEPENDPATH += $(OPIEDIR)/include | 28 | DEPENDPATH += $(OPIEDIR)/include |
29 | 29 | ||
30 | 30 | ||
31 | 31 | ||
32 | LIBS += -lqpe | 32 | LIBS += -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 |
36 | 36 | ||
37 | 37 | ||
38 | include( $(OPIEDIR)/include.pro ) | 38 | include( $(OPIEDIR)/include.pro ) |