kde-extraapps/kget
Ivailo Monev 00be4db03d kget: use the common NDEBUG defintion as guard
NDEBUG is added to KDE4_DEFINITIONS by
kdelibs/cmake/modules/FindKDE4Internal.cmake if the build type is not
"Debug"

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-06-10 19:39:22 +03:00
..
conf kget: use the KMainWindow auto-save feature 2022-12-22 14:34:01 +02:00
core kget: remove bogus TODO 2023-06-08 13:57:39 +03:00
dbus generic: make changes required for building against Katie 2015-11-25 10:40:41 +00:00
desktop kget: set X-DBUS-StartupType and set X-DBUS-ServiceName 2023-06-01 01:17:22 +03:00
extensions kget: use the new KHTTP::setServerID() method 2022-12-25 18:38:14 +02:00
plasma kget: cache the font used by ProxyWidget 2022-11-28 00:24:19 +02:00
tests kget: somewhat fix tests 2023-06-04 12:49:09 +03:00
transfer-plugins kget: remove unused DataSourceFactory class 2023-06-05 21:52:07 +03:00
ui generic: prepare for Katie changes 2022-10-14 16:21:09 +03:00
AUTHORS added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
CMakeLists.txt kget: use the common NDEBUG defintion as guard 2023-06-10 19:39:22 +03:00
COPYING added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
COPYING.LIB added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
DESIGN added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
HACKING added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
kget.notifyrc kget: misc cleanups 2015-09-06 14:01:24 +03:00
kget_export.h generic: generate export headers 2021-07-28 14:58:10 +03:00
main.cpp kget: use the common NDEBUG defintion as guard 2023-06-10 19:39:22 +03:00
mainwindow.cpp kget: use the KMainWindow auto-save feature 2022-12-22 14:34:01 +02:00
mainwindow.h kget: use the KMainWindow auto-save feature 2022-12-22 14:34:01 +02:00
Messages.sh added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
README added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00

KGET README

KGet is included in the kdenetwork module.
If you just want to install KGet alone, please read
the instructions below.

* Install kdelibs from trunk.
* svn co -N svn://anonsvn.kde.org/home/kde/trunk/KDE/kdenetwork
* cd kdenetwork
* svn up cmake kget
* mkdir build
* cd build
* cmake -DCMAKE_INSTALL_PREFIX=/path/to/kde4 ..
* make
* make install


kget @ kde.org