diff options
author | Stephen Kelly <steveire@gmail.com> | 2012-02-12 15:23:40 +0100 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2012-02-12 15:23:40 +0100 |
commit | 8a977ae1b5ed9ce000d33aedb2a43fcfaf26e587 (patch) | |
tree | 3a63f64893ecf21c661309bf6f4dbd47e7456338 /modules | |
parent | d726404d59f86d7d0a10a1d2557d52af0fbeefac (diff) | |
download | extra-cmake-modules-8a977ae1b5ed9ce000d33aedb2a43fcfaf26e587.tar.gz extra-cmake-modules-8a977ae1b5ed9ce000d33aedb2a43fcfaf26e587.tar.bz2 |
Fix the DATA_INSTALL_DIR.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/ECMQtFramework.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ECMQtFramework.cmake b/modules/ECMQtFramework.cmake index 5fb82de0..991c4d4c 100644 --- a/modules/ECMQtFramework.cmake +++ b/modules/ECMQtFramework.cmake @@ -150,7 +150,7 @@ set(LIB_SUFFIX "" CACHE STRING "Define suffix of library directory name (eg. '64 set(LIB_INSTALL_DIR lib${LIB_SUFFIX}) set(BIN_INSTALL_DIR bin) set(INCLUDE_INSTALL_DIR include) -set(DATA_INSTALL_DIR share/apps) +set(DATA_INSTALL_DIR share) set(LIBRARY_TYPE SHARED) |