1 | /* Installation date */ |
2 | static const char qt_configure_installation [12+11] = "qt_instdate=2012-12-20" ; |
3 | /* Installation Info */ |
4 | static const char qt_configure_prefix_path_str [12+256] = "qt_prfxpath=/usr/local" ; |
5 | #ifdef QT_BUILD_QMAKE |
6 | static const char qt_configure_ext_prefix_path_str [12+256] = "qt_epfxpath=/usr/local" ; |
7 | static const char qt_configure_host_prefix_path_str [12+256] = "qt_hpfxpath=/usr/local" ; |
8 | #endif |
9 | static const short qt_configure_str_offsets[] = { |
10 | 0, |
11 | 6, |
12 | 14, |
13 | 18, |
14 | 28, |
15 | 32, |
16 | 42, |
17 | 48, |
18 | 50, |
19 | 52, |
20 | 67, |
21 | 76, |
22 | |
23 | #ifdef QT_BUILD_QMAKE |
24 | 82, |
25 | 83, |
26 | 89, |
27 | 93, |
28 | 97, |
29 | 99, |
30 | 111, |
31 | |
32 | #endif |
33 | }; |
34 | static const char qt_configure_strs[] = |
35 | "./doc\0" |
36 | "include\0" |
37 | "lib\0" |
38 | "./libexec\0" |
39 | "bin\0" |
40 | "./plugins\0" |
41 | "./qml\0" |
42 | ".\0" |
43 | ".\0" |
44 | "./translations\0" |
45 | "examples\0" |
46 | "tests\0" |
47 | |
48 | #ifdef QT_BUILD_QMAKE |
49 | "\0" |
50 | "false\0" |
51 | "bin\0" |
52 | "lib\0" |
53 | ".\0" |
54 | "linux-clang\0" |
55 | "linux-clang\0" |
56 | |
57 | #endif |
58 | ; |
59 | #define QT_CONFIGURE_SETTINGS_PATH "etc/xdg" |
60 | #define QT_CONFIGURE_LIBLOCATION_TO_PREFIX_PATH "../" |
61 | #define QT_CONFIGURE_HOSTBINDIR_TO_EXTPREFIX_PATH "../" |
62 | #define QT_CONFIGURE_HOSTBINDIR_TO_HOSTPREFIX_PATH "../" |
63 | #ifdef QT_BUILD_QMAKE |
64 | # define QT_CONFIGURE_CROSSBUILD 0 |
65 | # define QT_CONFIGURE_SYSROOTIFY_PREFIX false |
66 | #endif |
67 | #define QT_CONFIGURE_PREFIX_PATH qt_configure_prefix_path_str + 12 |
68 | #ifdef QT_BUILD_QMAKE |
69 | # define QT_CONFIGURE_EXT_PREFIX_PATH qt_configure_ext_prefix_path_str + 12 |
70 | # define QT_CONFIGURE_HOST_PREFIX_PATH qt_configure_host_prefix_path_str + 12 |
71 | #endif |
72 | |