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