Hi, 2011/3/10 Mark Summerfield <[email protected]>: > Hi, > > When I build PySide on debian testing it finds the system's Qt 4.6.3. > > However, I'd like it to use my locally built $HOME/opt/qt470, but I > don't know how to tell cmake to do that. Can anyone tell me? >
You can try to set the cmake parameter -DQT_QMAKE_EXECUTABLE=<path to qmake> for example -DQT_QMAKE_EXECUTABLE=$HOME/opt/qt470/bin/qmake Regards -Roman _______________________________________________ PySide mailing list [email protected] http://lists.pyside.org/listinfo/pyside
