[Cmake] backslash after file names
Filipe Sousa
filipe . gr . sousa at alunos . ipb . pt
Mon, 27 Oct 2003 22:23:18 +0000
=2D----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi!
I want to make a rule on Makefile to generate internationalization files wi=
th=20
lrelease. I just create this macro to do the job.
MACRO(QT_RELEASE TS_LIST OUTPUT)
SEPARATE_ARGUMENTS(TS_LIST)
ADD_CUSTOM_COMMAND(
OUTPUT i18n
COMMAND lrelease
ARGS ${TS_LIST} -qm ${OUTPUT})
ENDMACRO(QT_RELEASE)
QT_RELEASE("qt_pt.ts edu_pt.ts" edu_pt.qm)
Here is the code in Makefile. As you can see there is an unexpected "\" aft=
er=20
qt_pt.ts. How do I remove the "\".
i18n:=20
@echo "Building Custom command i18n..."
lrelease qt_pt.ts\ edu_pt.ts -qm edu_pt.qm=20
=2D --=20
=46ilipe Sousa
=2D----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
iD8DBQE/nZr0bQdNYqwwwCwRAlDTAKCJcXhEWcrpUDvcSBvX9IH/QBS2hgCgjZSm
85amMctg9ANRNbHX8+KbI+g=3D
=3DOXdC
=2D----END PGP SIGNATURE-----