mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 23:39:20 -04:00
19 lines
883 B
C++
19 lines
883 B
C++
/*
|
|
* $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/";
|