aboutsummaryrefslogtreecommitdiff
path: root/kde3/kde3uic.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'kde3/kde3uic.cmake')
-rw-r--r--kde3/kde3uic.cmake17
1 files changed, 0 insertions, 17 deletions
diff --git a/kde3/kde3uic.cmake b/kde3/kde3uic.cmake
deleted file mode 100644
index 64751b2e..00000000
--- a/kde3/kde3uic.cmake
+++ /dev/null
@@ -1,17 +0,0 @@
-
-EXEC_PROGRAM(uic ARGS
- -nounload -tr tr2i18n
- -impl ${KDE_UIC_H_FILE}
- ${KDE_UIC_FILE}
- OUTPUT_VARIABLE _uic_CONTENTS
-)
-
-STRING(REGEX REPLACE "tr2i18n\\(\"\"\\)" "QString::null" _uic_CONTENTS "${_uic_CONTENTS}" )
-STRING(REGEX REPLACE "tr2i18n\\(\"\", \"\"\\)" "QString::null" _uic_CONTENTS "${_uic_CONTENTS}" )
-
-# $(PERL) -pe "s,image([0-9][0-9]*)_data,img\$$1_editbookmarkdlg,g" >> editbookmarkdlg.cpp ;\
-# rm -f editbookmarkdlg.cpp.temp ;\
-
-FILE(WRITE ${KDE_UIC_CPP_FILE} "#include <kdialog.h>\n#include <klocale.h>\n\n")
-FILE(APPEND ${KDE_UIC_CPP_FILE} "${_uic_CONTENTS}")
-