author | zecke <zecke> | 2005-04-24 18:31:07 (UTC) |
---|---|---|
committer | zecke <zecke> | 2005-04-24 18:31:07 (UTC) |
commit | b04cf97b3ca0e3dcedac52254a8d9c4ae3894464 (patch) (side-by-side diff) | |
tree | d960391a5c803acbc52381ab5534abddfac7e9d7 /examples/simple/simple.pro | |
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/simple.pro | 2 |
1 files changed, 1 insertions, 1 deletions
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 -LIBS += -lqpe +LIBS += -lqpe -lopiecore2 # libs to link against #Important include the global include.pro just like below |