summaryrefslogtreecommitdiffstats
path: root/rules/qtopia.in
blob: 3171e819134c632751f87bbcf37fb5dfba8f7c6d (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
25
26
27
28
29
30
31
32
33
34
35
36
menuconfig QTOPIA
	bool
        select TSLIB if QTOPIA_TSLIB
        prompt "QTopia Core           "
	help
	  QTopia Core is Trolltech's Widget Library formerly known as
	  QT Embedded.

config QTOPIA_SHARED
	bool
	prompt "shared library"
	depends on QTOPIA
	help
	  If selected a shared QTopia Core Library is built.

config QTOPIA_TSLIB
        bool
        prompt "enable tslib support"
        depends on QTOPIA
        help
          Add support for the touchscreen library tslib.

config QTOPIA_STL
        bool
        prompt "enable STL support"
        depends on QTOPIA
        help
          Add QTopia support for standard template library.

config QTOPIA_QVFB
        bool
        prompt "Q Virtual Framebuffer"
        depends on QTOPIA
        help
          Enable support for the virtual framebuffer.