[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-core-devel
Subject:    Re: qt-copy
From:       Otto Bruggeman <bruggie () home ! nl>
Date:       2001-08-23 11:48:19
[Download RAW message or body]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Thu, 23 Aug 2001, Otto Bruggeman wrote:
> edit the top Makefile, remove the # from the line under
> symlinks: .qmake.cache
> #	@cd........
> ^
>
> And put the # in front of the .qmake.cache so the dependency of having
> to run qmake before make symlinks is gone.
>
> next run make symlinks
>
> Then mkdir include/private; cd include/private
> ln -s ../../src/tools/q*_p.h .
> ln -s ../../src/kernel/q*_p.h .
> ln -s ../../src/xml/q*_p.h .
> (and a few more, maybe ln -s ../../src/*/q*_p.h . works i havent tried it)
>
> The symlinks are in the rsync but not in the cvs repo of qt3
>
> Otto

Small addition, dont forget to undo the Makefile changes or else your
qconfig.h and qmodules.h will be removed again when you run make... sorry
forgot about this, i was barely awake when i wrote this email :(

perhaps extending the make symlinks target to this might work:
@cd include && rm -f q*.h; ln -s ../src/*/q*.h .; ln -s \
../extensions/*/src/q*.h .\; rm -f q*_p.h; mkdir private && cd private && \
ln -s ../../src/*/q*_p.h .

but it will still remove the qconfig.h and qmodules.h every time... :( ah
well moving them to away to .. and them remove the other headerfiles and
moving them back to their original location should help with that.

Otto

P.S. one last remark, why is -thread enabled in the README.qt-copy ? i
thought thread was not supposed to be used by qt ?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Made with pgp4pine 1.75-6

iD8DBQE7hO2KDc93sltYd+ERAlrlAJ4gcuZbjAbmph0MR2XgrRjXkhcCbwCfeEaN
/DAWTi9Klxtcs4eiC1N4aDo=
=cnHH
-----END PGP SIGNATURE-----

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic