On Thu, Dec 17, 2009 at 1:29 PM, Josh <[email protected]> wrote: > Hi Coda, > > My main problem seems to be, when building stuff ( PyQt, qtcreator) against > my local build of Qt4.6, the include paths, and some other things, refer to > where I originally built Qt. I'm new to Qt but I build lots other of stuff > regularly. I don't think I'm crossing wires with stuff from Ubuntu's > packages.
This is normal. Qt's development tools store paths to various Qt tools and data in their binaries. A Qt installation cannot be moved after being compiled. (The SDK installer actually goes and modifies qmake et al. during the installation process.) If the paths can't be held consistent from system to system, you'll need to build it independently on each machine that needs the dev tools. > This pattern of failure led me to suspect that qtcreator needs the full qt > sources available, and not just what was build and installed for Qt, hence > my posting to the list. You may be right. I haven't tried compiling Creator myself yet; I just install it from packages and then point Creator at my customized Qt builds using the preferences dialog. /s/ Adam _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
