author | alwin <alwin> | 2004-02-23 21:23:02 (UTC) |
---|---|---|
committer | alwin <alwin> | 2004-02-23 21:23:02 (UTC) |
commit | 6ffcbc4fba7c775deace19f4976f00a902034101 (patch) (side-by-side diff) | |
tree | c596a0c022dcd301a17006e69a007c51af099700 | |
parent | 14ab305d22fa4baa97a52e28cbc34542c45d92dd (diff) | |
download | opie-6ffcbc4fba7c775deace19f4976f00a902034101.zip opie-6ffcbc4fba7c775deace19f4976f00a902034101.tar.gz opie-6ffcbc4fba7c775deace19f4976f00a902034101.tar.bz2 |
aqpk must link against libstdc++ this moment - has to be fixed
-rw-r--r-- | noncore/settings/aqpkg/aqpkg.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/aqpkg/aqpkg.pro b/noncore/settings/aqpkg/aqpkg.pro index 35a7889..a2f7791 100644 --- a/noncore/settings/aqpkg/aqpkg.pro +++ b/noncore/settings/aqpkg/aqpkg.pro @@ -13,28 +13,28 @@ HEADERS = global.h \ server.h \ letterpushbutton.h \ inputdlg.h \ categoryfilterimpl.h SOURCES = mainwin.cpp \ datamgr.cpp \ mem.cpp \ settingsimpl.cpp \ ipkg.cpp \ main.cpp \ packagewin.cpp \ package.cpp \ installdlgimpl.cpp \ instoptionsimpl.cpp \ destination.cpp \ utils.cpp \ server.cpp \ letterpushbutton.cpp \ inputdlg.cpp \ version.cpp \ categoryfilterimpl.cpp TARGET = aqpkg INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include -LIBS += -lqpe -lopiecore2 -lopieui2 +LIBS += -lqpe -lopiecore2 -lopieui2 -lstdc++ include ( $(OPIEDIR)/include.pro ) |