summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg/aqpkg.pro
authordrw <drw>2003-04-22 02:08:38 (UTC)
committer drw <drw>2003-04-22 02:08:38 (UTC)
commitf37fda5887250b25033120021aed2f1e48f48b1b (patch) (unidiff)
treefa97b82d00209bc72d120d15792d107cfb03736b /noncore/settings/aqpkg/aqpkg.pro
parent2d4cf8a85edc83b72855854b0bd337d2993df95b (diff)
downloadopie-f37fda5887250b25033120021aed2f1e48f48b1b.zip
opie-f37fda5887250b25033120021aed2f1e48f48b1b.tar.gz
opie-f37fda5887250b25033120021aed2f1e48f48b1b.tar.bz2
Now display package information in separate window...easier for those long descriptions. Also use click and hold to display info, not double-click.
Diffstat (limited to 'noncore/settings/aqpkg/aqpkg.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/aqpkg/aqpkg.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/settings/aqpkg/aqpkg.pro b/noncore/settings/aqpkg/aqpkg.pro
index 5b5d506..d241d1b 100644
--- a/noncore/settings/aqpkg/aqpkg.pro
+++ b/noncore/settings/aqpkg/aqpkg.pro
@@ -2,12 +2,13 @@ TEMPLATE = app
2 CONFIG = qt warn_on release 2 CONFIG = qt warn_on release
3 HEADERS = global.h \ 3 HEADERS = global.h \
4 mainwin.h \ 4 mainwin.h \
5 datamgr.h \ 5 datamgr.h \
6 settingsimpl.h \ 6 settingsimpl.h \
7 ipkg.h \ 7 ipkg.h \
8 packagewin.h \
8 package.h \ 9 package.h \
9 installdlgimpl.h \ 10 installdlgimpl.h \
10 instoptionsimpl.h \ 11 instoptionsimpl.h \
11 destination.h \ 12 destination.h \
12 utils.h \ 13 utils.h \
13 server.h \ 14 server.h \
@@ -17,12 +18,13 @@ HEADERS = global.h \
17 SOURCES = mainwin.cpp \ 18 SOURCES = mainwin.cpp \
18 datamgr.cpp \ 19 datamgr.cpp \
19 mem.cpp \ 20 mem.cpp \
20 settingsimpl.cpp \ 21 settingsimpl.cpp \
21 ipkg.cpp \ 22 ipkg.cpp \
22 main.cpp \ 23 main.cpp \
24 packagewin.cpp \
23 package.cpp \ 25 package.cpp \
24 installdlgimpl.cpp \ 26 installdlgimpl.cpp \
25 instoptionsimpl.cpp \ 27 instoptionsimpl.cpp \
26 destination.cpp \ 28 destination.cpp \
27 utils.cpp \ 29 utils.cpp \
28 server.cpp \ 30 server.cpp \