aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2009-09-01 18:48:48 +0000
committerDavid Faure <faure@kde.org>2009-09-01 18:48:48 +0000
commit0ebb10bab91a5737f133036b9a759b3c10826bf1 (patch)
treed85b6b54f67682fbee53992b49e7be542c6fb564
parent3cc6b30ab7aa839b5b51e287fd21e0c9382d6fe9 (diff)
downloadextra-cmake-modules-0ebb10bab91a5737f133036b9a759b3c10826bf1.tar.gz
extra-cmake-modules-0ebb10bab91a5737f133036b9a759b3c10826bf1.tar.bz2
oops
svn path=/trunk/KDE/kdelibs/; revision=1018489
-rw-r--r--modules/kde4uic.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/kde4uic.cmake b/modules/kde4uic.cmake
index 92dd500c..ed328b40 100644
--- a/modules/kde4uic.cmake
+++ b/modules/kde4uic.cmake
@@ -41,7 +41,7 @@ if (KDE4_HEADER)
endif (KDE4_HEADER)
-IF (${_uic_CONTENTS})
+IF (_uic_CONTENTS)
#replace tr218n("") with QString::null to avoid warning from KLocale
STRING(REGEX REPLACE "tr2i18n\\(\"\"\\)" "QString::null" _uic_CONTENTS "${_uic_CONTENTS}" )
STRING(REGEX REPLACE "tr2i18n\\(\"\", \"\"\\)" "QString::null" _uic_CONTENTS "${_uic_CONTENTS}" )