author | andyq <andyq> | 2002-11-25 16:35:55 (UTC) |
---|---|---|
committer | andyq <andyq> | 2002-11-25 16:35:55 (UTC) |
commit | 1e1de522890ad2ea46c95543cace9a2a5ae14716 (patch) (unidiff) | |
tree | b5d4fa999995791e7a919c4e9aed118d8c113ecd | |
parent | ac373ba6f7269755eafb60b24b355e1bf436f4ef (diff) | |
download | opie-1e1de522890ad2ea46c95543cace9a2a5ae14716.zip opie-1e1de522890ad2ea46c95543cace9a2a5ae14716.tar.gz opie-1e1de522890ad2ea46c95543cace9a2a5ae14716.tar.bz2 |
Added opie to libraries
-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 6cc5a23..3b27ac3 100644 --- a/noncore/settings/aqpkg/aqpkg.pro +++ b/noncore/settings/aqpkg/aqpkg.pro | |||
@@ -22,26 +22,26 @@ SOURCES = mainwin.cpp \ | |||
22 | mem.cpp \ | 22 | mem.cpp \ |
23 | settingsimpl.cpp \ | 23 | settingsimpl.cpp \ |
24 | ipkg.cpp \ | 24 | ipkg.cpp \ |
25 | networkpkgmgr.cpp \ | 25 | networkpkgmgr.cpp \ |
26 | main.cpp \ | 26 | main.cpp \ |
27 | package.cpp \ | 27 | package.cpp \ |
28 | progressdlg.cpp \ | 28 | progressdlg.cpp \ |
29 | installdlgimpl.cpp \ | 29 | installdlgimpl.cpp \ |
30 | instoptionsimpl.cpp \ | 30 | instoptionsimpl.cpp \ |
31 | destination.cpp \ | 31 | destination.cpp \ |
32 | utils.cpp \ | 32 | utils.cpp \ |
33 | server.cpp \ | 33 | server.cpp \ |
34 | helpwindow.cpp \ | 34 | helpwindow.cpp \ |
35 | letterpushbutton.cpp \ | 35 | letterpushbutton.cpp \ |
36 | inputdlg.cpp \ | 36 | inputdlg.cpp \ |
37 | version.cpp \ | 37 | version.cpp \ |
38 | categoryfilterimpl.cpp | 38 | categoryfilterimpl.cpp |
39 | INTERFACES= settings.ui \ | 39 | INTERFACES= settings.ui \ |
40 | install.ui \ | 40 | install.ui \ |
41 | instoptions.ui \ | 41 | instoptions.ui \ |
42 | categoryfilter.ui | 42 | categoryfilter.ui |
43 | TARGET = aqpkg | 43 | TARGET = aqpkg |
44 | INCLUDEPATH += $(OPIEDIR)/include | 44 | INCLUDEPATH += $(OPIEDIR)/include |
45 | DEPENDPATH += $(OPIEDIR)/include | 45 | DEPENDPATH += $(OPIEDIR)/include |
46 | LIBS += -lqpe -lstdc++ | 46 | LIBS += -lqpe -lopie -lstdc++ |
47 | DESTDIR = $(OPIEDIR)/bin | 47 | DESTDIR = $(OPIEDIR)/bin |