diff options
| author | 2017-09-13 10:48:31 +0200 | |
|---|---|---|
| committer | 2017-09-21 20:38:08 +0200 | |
| commit | 9322d59cd43e8e5d1da878747860e8daf04d4e30 (patch) | |
| tree | 5e81f6bd69d830b1b45e72b66a430ff32428f035 /src/modules | |
| parent | Fix invalid IP integer for DCC RSEND request (#2252) (diff) | |
| download | KVIrc-9322d59cd43e8e5d1da878747860e8daf04d4e30.tar.gz KVIrc-9322d59cd43e8e5d1da878747860e8daf04d4e30.tar.bz2 KVIrc-9322d59cd43e8e5d1da878747860e8daf04d4e30.zip | |
Cmake updates
* Remove the usage of CMP0026’s LOCATION
* fix WANT_STRIP option: fix #2306
* remove WANT_UNIVERSAL_BINARY option (obsolete)
* fix bundling of Qt libraries on Osx
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/zzz_afterlastmodule/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modules/zzz_afterlastmodule/CMakeLists.txt b/src/modules/zzz_afterlastmodule/CMakeLists.txt index 317ed1402..e209fe082 100644 --- a/src/modules/zzz_afterlastmodule/CMakeLists.txt +++ b/src/modules/zzz_afterlastmodule/CMakeLists.txt @@ -1,5 +1,9 @@ # CMakeLists.txt for src/modules/zzz_afterlastmodule if(APPLE) + set(QT_LIBRARY_DIR "${Qt5Widgets_DIR}/../../") + get_filename_component(QT_LIBRARY_DIR ${QT_LIBRARY_DIR} PATH) + get_filename_component(QT_LIBRARY_DIR "${QT_LIBRARY_DIR}/.." ABSOLUTE) + install(CODE " file(GLOB_RECURSE KVIRC_INSTALLED_MODULES \"${KVIRC_MOD_PATH}/*.so\") |
