Hi Kevin, I just noted this thread. This one is fairly small to test:
bzr branch lp:poppler-qml-plugin cd poppler-qml-plugin qmake Executing should take less than a second usually. It should have no output if everything goes alright, and some errors if eg. dependencies are missing. After that you can try 'make' to see if the Makefile was successfully generated. Or you could start with qmake --version One more thought: sudo apt-get install --reinstall qt5-qmake And the usual one: sudo apt-get install ubuntu-sdk I haven't heard earlier about such a qmake timeout message in Qt Creator, so the reinstallation suggestion is more like blind guessing. But you're right that it's a good idea to first try Qt is working from command line if Qt Creator is giving such problems. The Qt Creator configuration resetting via rm -r .config/Trolltech.conf .config/Qt* .config/Nokia* is the one that's enough for taking care about the possibility of Qt Creator having a messed up configuration. -Timo On Fri, Aug 16, 2013 at 10:51 PM, Kevin Cole <[email protected]> wrote: > What about this: > > Is there a project tarball (or bzr repository) of some sort that I could > download and then point qmake at it from the command line (with whatever > debugging / verbose options turned on) to see what happens? > > Keep in mind I don't really know what I'm talking about. So it would have to > be a pretty straightforward set of steps -- e.g. along the lines of download > and unpack tarball from... (or "bzr branch ...") and then type "qmake ... > 2>&1 > what-happens.log" > > -- > Mailing list: https://launchpad.net/~ubuntu-phone > Post to : [email protected] > Unsubscribe : https://launchpad.net/~ubuntu-phone > More help : https://help.launchpad.net/ListHelp > -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntu-phone More help : https://help.launchpad.net/ListHelp

