changeset 534:74f7df15f00b

Small optimization to the qmake project file for a copy call. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@774 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Wed, 24 Sep 2008 15:00:55 +0000
parents 1e9b0391040f
children f7df458fe781
files UniversalIndentGUI.pro
diffstat 1 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/UniversalIndentGUI.pro	Wed Sep 24 14:34:58 2008 +0000
+++ b/UniversalIndentGUI.pro	Wed Sep 24 15:00:55 2008 +0000
@@ -57,16 +57,17 @@
 system($${lrelease} ./translations/universalindent_uk.ts -qm ./translations/universalindent_uk.qm -silent)
 
 # Copy Qts own translation files to the local translation directory
+message ( Copy Qts own translation files to the local translation directory )
 qtTranslationInstallDir = $$[QT_INSTALL_TRANSLATIONS]
 win32:qtTranslationInstallDir = $$replace(qtTranslationInstallDir, /, \)
 unix:system(cp $${qtTranslationInstallDir}/qt_de.qm ./translations/ $$pipe2nul)
 unix:system(cp $${qtTranslationInstallDir}/qt_ja_jp.qm ./translations/qt_ja_JP.qm $$pipe2nul)
 unix:system(cp $${qtTranslationInstallDir}/qt_ru.qm ./translations/ $$pipe2nul)
 unix:system(cp $${qtTranslationInstallDir}/qt_uk.qm ./translations/ $$pipe2nul)
-win32:system(xcopy $${qtTranslationInstallDir}\qt_de.qm .\translations\ /Y $$pipe2nul)
-win32:system(xcopy $${qtTranslationInstallDir}\qt_ja_jp.qm .\translations\qt_ja_JP.qm /Y $$pipe2nul)
-win32:system(xcopy $${qtTranslationInstallDir}\qt_ru.qm .\translations\ /Y $$pipe2nul)
-win32:system(xcopy $${qtTranslationInstallDir}\qt_uk.qm .\translations\ /Y $$pipe2nul)
+win32:system(copy $${qtTranslationInstallDir}\qt_de.qm .\translations\ /Y $$pipe2nul)
+win32:system(copy $${qtTranslationInstallDir}\qt_ja_jp.qm .\translations\qt_ja_JP.qm /Y $$pipe2nul)
+win32:system(copy $${qtTranslationInstallDir}\qt_ru.qm .\translations\ /Y $$pipe2nul)
+win32:system(copy $${qtTranslationInstallDir}\qt_uk.qm .\translations\ /Y $$pipe2nul)
 
 # Defining files that shall be installed
 ########################################
@@ -109,6 +110,7 @@
 #######################
 # remove linker flag "-mthreads" so the mingwm10.dll is no longer needed
 #######################
+message ( remove linker flag "-mthreads" so the mingwm10.dll is no longer needed )
 #message(old flags:$${QMAKE_LFLAGS})
 win32:parameters = $${QMAKE_LFLAGS}
 newFlags =