summaryrefslogtreecommitdiffstats
path: root/Modules/kde3uic.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2006-08-27 19:52:36 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2006-08-27 19:52:36 (GMT)
commit0afe72e908b16c9d09c117d38c8c6a57d3eec196 (patch)
tree9b3e70d8ef9a3fa9fa5eeec276a23eb9910dd193 /Modules/kde3uic.cmake
parent0634447892fddb3cf45bcebebe3254c71a2d9874 (diff)
downloadCMake-0afe72e908b16c9d09c117d38c8c6a57d3eec196.zip
CMake-0afe72e908b16c9d09c117d38c8c6a57d3eec196.tar.gz
CMake-0afe72e908b16c9d09c117d38c8c6a57d3eec196.tar.bz2
BUG: fix #3324: KDE3Macros.cmake didn't find Qt designer plugins when
running uic (the kde plugin dir wasn't used) Alex
Diffstat (limited to 'Modules/kde3uic.cmake')
-rw-r--r--Modules/kde3uic.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/kde3uic.cmake b/Modules/kde3uic.cmake
index f41b2a3..0dbbbcf 100644
--- a/Modules/kde3uic.cmake
+++ b/Modules/kde3uic.cmake
@@ -5,7 +5,7 @@
EXECUTE_PROCESS(COMMAND ${KDE_UIC_EXECUTABLE}
- -nounload -tr tr2i18n
+ -L ${KDE_UIC_PLUGIN_DIR} -nounload -tr tr2i18n
-impl ${KDE_UIC_H_FILE}
${KDE_UIC_FILE}
OUTPUT_VARIABLE _uic_CONTENTS