From 74cb0fb1e88e05ac2dc49f1aa7274c98a470a7c8 Mon Sep 17 00:00:00 2001 From: Michael Nottebrock Date: Mon, 5 Feb 2007 20:56:24 +0000 Subject: Add qt4, a multiplatform C++ application framework --- devel/qmake4/files/qconfig.cpp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 devel/qmake4/files/qconfig.cpp (limited to 'devel/qmake4/files/qconfig.cpp') 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/"; -- cgit v1.2.3