summaryrefslogtreecommitdiff
path: root/Modules/kde3uic.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2006-05-19 16:57:49 -0400
committerAlexander Neundorf <neundorf@kde.org>2006-05-19 16:57:49 -0400
commita86c766d2af5784b9b065b27b8cafed64c890e1f (patch)
tree96e0813066a377a8a28e678488ec82ba8dfbb3f7 /Modules/kde3uic.cmake
parent7d0bc9541d78979705c867691eb6abbcd3e53f0a (diff)
downloadcmake-a86c766d2af5784b9b065b27b8cafed64c890e1f.tar.gz
BUG: kde3: use QT_UIC_EXECUTABLE instead of simply uic
BUG: use qouting for the path to Qt4 moc and uic, should help with paths with spaces 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 948372927e..f41b2a3b62 100644
--- a/Modules/kde3uic.cmake
+++ b/Modules/kde3uic.cmake
@@ -4,7 +4,7 @@
# neundorf@kde.org
-EXECUTE_PROCESS(COMMAND uic
+EXECUTE_PROCESS(COMMAND ${KDE_UIC_EXECUTABLE}
-nounload -tr tr2i18n
-impl ${KDE_UIC_H_FILE}
${KDE_UIC_FILE}