summaryrefslogtreecommitdiffstats
path: root/rules/log4cplus.in
blob: 6c56f0801e9b0604570f333cf769898a58416f38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
## SECTION=system_libraries

menuconfig LOG4CPLUS
	tristate
	prompt "log4cplus                     "
	select HOST_CMAKE
	select GCCLIBS_GCC_S
	select GCCLIBS_CXX
	select GLIBC_PTHREAD
	select QT4 if LOG4CPLUS_QT4
	help
	  The purpose of this project is to port the
	  excellent Log for Java (log4j) logging
	  library to C++.

if LOG4CPLUS

config LOG4CPLUS_QT4
	bool
	prompt "Qt4 debug appender"
	help
	  Build the log4cplus Qt4 debug appender

endif