Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Portable build

$
0
0
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?

Viewing all articles
Browse latest Browse all 2113

Trending Articles