I'm not sure how smart the build system is at the
moment. Try symlinking
/usr/bin/moc and /opt/trinity/bin/moc to the real TQt3 moc
that is
residing in /opt/trinity/lib/tqt3-R14.0.0/bin/moc.
Remember to make clean
before trying to rebuild, as the build system will not
detect that the moc
binary has changed and recreate the .moc files.
I removed the Qt4 package. No more /usr/bin/moc.
/opt/trinity/bin/moc is already sym linked to /opt/trinity/lib/tqt3-R14.0.0/bin/moc.
Regarding make clean, why or where do I do that? I'm copying the files from my local
GIT to $TMP and applying my patches there. I did not want to patch the GIT files. So every
time my build script runs I am copying fresh from GIT.
Am I missing something?
Darrell