From 8a977ae1b5ed9ce000d33aedb2a43fcfaf26e587 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sun, 12 Feb 2012 15:23:40 +0100 Subject: Fix the DATA_INSTALL_DIR. --- modules/ECMQtFramework.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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) -- cgit v1.2.1