Hello again,

Always on my way to improve things... ;) Let's make task of releasing easier 
and let Makefile.cvs create the qt-gui.pro file automatically for us :-) No 
one wants to edit Makefile.am _and_ qt-gui.pro if files are added or 
removed....and when under stress people may be forgetful ;-)

Thomas

-- 
You will hear good news from one you thought unfriendly to you.
Index: plugins/qt-gui/Makefile.cvs
===================================================================
RCS file: /cvsroot/licq/qt-gui/Makefile.cvs,v
retrieving revision 1.6
diff -u -3 -p -r1.6 Makefile.cvs
--- plugins/qt-gui/Makefile.cvs	16 Jun 2000 21:36:06 -0000	1.6
+++ plugins/qt-gui/Makefile.cvs	8 Feb 2003 00:33:43 -0000
@@ -27,6 +27,10 @@ all:
 	@-rm -f config.cache config.h
 	@echo "*** Create date/time stamp"
 	@touch stamp-h.in
+	@echo "*** Create qt-gui.pro"
+	qmake -project
+	echo -n "TRANSLATIONS = " >> qt-gui.pro
+	find po -name "*.ts" -exec echo {} \\ >> qt-gui.pro ";"
 	@echo "*** Finished"
 	@echo "    Don't forget to run ./configure"
 	@echo "    If you haven't done so in a while, run ./configure --help"

Attachment: msg02032/pgp00000.pgp
Description: signature

Reply via email to