diff options
Diffstat (limited to 'devel/qmake4/files/qconfig.cpp')
-rw-r--r-- | devel/qmake4/files/qconfig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/qmake4/files/qconfig.cpp b/devel/qmake4/files/qconfig.cpp index 3bf44c9a3582..f7bc2b7e9d45 100644 --- a/devel/qmake4/files/qconfig.cpp +++ b/devel/qmake4/files/qconfig.cpp @@ -11,7 +11,7 @@ #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_PLUGINS_PATH "/usr/local/lib/qt4/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"; |