I built Qt sources statically as following but build path saved and not able to be portable!
configure -no-warnings-are-errors -qt-pcre -qt-libpng -ltcg -release -developer-build -static -qt-sql-sqlite -qt-zlib -qt-libjpeg -opengl desktop -nomake examples -nomake tests
How can I get create a portable build of Qt?
BTW,
I’m using Windows 7
I forced to add the following to each .pro:
QMAKE_LFLAGS += -static -static-libgcc -static-libstdc++ -lpthread
How can I get rid of that line?
↧