Hi MIchael > > I just found out that the qt4 package does not contain any isystem flags > > in > > qmake conf flags anymore (QMAKE_CFLAGS,QMAKE_CXXFLAGS,QMAKE_LFLAGS). > > > > So a external build with the qmake-cross fails. If i remember correctly > > there where some changes in the library handling? I guess this is > > related? > This was changed in the November release with the toolchain wrapper. > Basically gcc and friends are no longer called directly, but via wrapper > scripts that add those flags. > Hmmm, you could try adding sysroot-host/lib/wrapper/ to PATH and set some > environment variables. Probably all PTXDIST_* variables in > <ptxdist>/scripts/wrapper/libwrapper.sh > "ptxdist print <VARIABLE_NAME>" should give you the value to set. That works but i found the old solution where the config has been imprinted into the qmake.conf much more comfortable. Any chance to get these back into the qmake.conf?
I had to set the path and the following variables: $PTXDIST_CROSS_CPPFLAGS $PTXDIST_CROSS_LDFLAGS $PTXDIST_PLATFORMCONFIG Best regards Tim -- ptxdist mailing list [email protected]
