forked from muromec/qtopia-ezx-device
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.h
50 lines (38 loc) · 1.3 KB
/
custom.h
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/****************************************************************************
**
** Copyright (C) 2000-2008 TROLLTECH ASA. All rights reserved.
**
** This file is part of the Opensource Edition of the Qtopia Toolkit.
**
** This software is licensed under the terms of the GNU General Public
** License (GPL) version 2.
**
** See http://www.trolltech.com/gpl/ for GPL licensing information.
**
** Contact [email protected] if any conditions of this licensing are
** not clear to you.
**
**
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
**
****************************************************************************/
#ifndef QT_QWS_EZX
#define QT_QWS_EZX
#endif
#if defined(__GNUC__) && (__GNUC__ > 2)
#define QPE_USE_MALLOC_FOR_NEW
#endif
//#define QT_NO_LOG_STREAM
//#define QPE_NEED_CALIBRATION
#define QTOPIA_ENABLE_EXPORTED_BACKGROUNDS
#define QTOPIA_ENABLE_GLOBAL_BACKGROUNDS
#define NO_VISUALIZATION
#define QGLOBAL_PIXMAP_CACHE_LIMIT 0xa0000 // memory is soooo cheeeeap
// Define the name of the Video4Linux device to use for the camera.
#ifndef V4L_VIDEO_DEVICE
#define V4L_VIDEO_DEVICE "/dev/video0"
#endif
#define QTOPIA_ZONEINFO_PATH "/ezxlocal/Qtopia/zoneinfo/"
#define NO_WIRELESS_LAN