diff options
Diffstat (limited to 'devel/qmake4/files/qconfig.cpp')
-rw-r--r-- | devel/qmake4/files/qconfig.cpp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/qmake4/files/qconfig.cpp b/devel/qmake4/files/qconfig.cpp new file mode 100644 index 000000000000..3bf44c9a3582 --- /dev/null +++ b/devel/qmake4/files/qconfig.cpp @@ -0,0 +1,19 @@ +/* + * $FreeBSD$ + * Hand-crafted... + * The default prefix (/ usr / local) is dynamicly replaced + * at configure time. + */ +#define QT_CONFIGURE_LICENSEE "Open Source"; +#define QT_CONFIGURE_LICENSED_PRODUCTS "OpenSourceDesktop"; +#define QT_CONFIGURE_PREFIX_PATH "/usr/local"; +#define QT_CONFIGURE_DOCUMENTATION_PATH "/usr/local/share/doc/qt4"; +#define QT_CONFIGURE_HEADERS_PATH "/usr/local/include"; +#define QT_CONFIGURE_LIBRARIES_PATH "/usr/local/lib"; +#define QT_CONFIGURE_BINARIES_PATH "/usr/local/bin"; +#define QT_CONFIGURE_PLUGINS_PATH "/usr/local/lib/plugins"; +#define QT_CONFIGURE_DATA_PATH "/usr/local/share/qt4"; +#define QT_CONFIGURE_TRANSLATIONS_PATH "/usr/local/share/qt4/translations"; +#define QT_CONFIGURE_SETTINGS_PATH "/usr/local/etc/xdg"; +#define QT_CONFIGURE_EXAMPLES_PATH "/usr/local/share/qt4/examples"; +#define QT_CONFIGURE_DEMOS_PATH "/usr/local/share/qt4/demos/"; |