mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-01-17 22:38:33 +01:00
Merge pull request #222 from shadeslayer/master
Fix path detection for plugin
This commit is contained in:
commit
039490966a
@ -118,7 +118,7 @@ PluginLoader::pluginDirs()
|
||||
}
|
||||
#endif
|
||||
|
||||
QDir installLibDir( CMAKE_INSTALL_PREFIX "/lib" );
|
||||
QDir installLibDir( CMAKE_INSTALL_LIBDIR );
|
||||
|
||||
QDir libDir( appDir );
|
||||
libDir.cdUp();
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
#define CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}"
|
||||
#define CMAKE_INSTALL_FULL_LIBEXECDIR "${CMAKE_INSTALL_FULL_LIBEXECDIR}"
|
||||
#define CMAKE_INSTALL_LIBDIR "${CMAKE_INSTALL_LIBDIR}"
|
||||
|
||||
|
||||
#cmakedefine MOUNTAIN_LION
|
||||
|
Loading…
x
Reference in New Issue
Block a user