diff options
author | Joerg Koenig <Joerg.Koenig@techsat.com> | 2019-06-05 19:28:09 (GMT) |
---|---|---|
committer | Joerg Koenig <Joerg.Koenig@techsat.com> | 2019-06-05 19:28:09 (GMT) |
commit | c8982676ceca1996d2181d436699622d2abc842e (patch) | |
tree | b72b7ab02a777aaa5c7676beee7aad74a36b9ac4 | |
parent | 56adeca7310d73b0002dc0a0dccdb795c96f6e32 (diff) | |
download | Qt-c8982676ceca1996d2181d436699622d2abc842e.zip Qt-c8982676ceca1996d2181d436699622d2abc842e.tar.gz Qt-c8982676ceca1996d2181d436699622d2abc842e.tar.bz2 |
Updated qt.conf file for cross-compile
Added target spec to qt.conf file
Change-Id: I0e0e9aa65976b48ddb19c90b622032e1280ff8c8
-rw-r--r-- | Jenkinsfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 96bed20..2e9e0bf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -120,6 +120,7 @@ stage ("Post processing") { echo "Libraries = lib" >> $WORKSPACE/INST/$QT_VER/x86-mingw64/xbin/qt.conf echo "Plugins = plugins" >> $WORKSPACE/INST/$QT_VER/x86-mingw64/xbin/qt.conf echo "HostBinaries=xbin" >> $WORKSPACE/INST/$QT_VER/x86-mingw64/xbin/qt.conf + echo "TargetSpec=x-win32-g++" >> $WORKSPACE/INST/$QT_VER/x86-mingw64/xbin/qt.conf # # finally create the whole archive ... cd $WORKSPACE/INST && tar -zcf $WORKSPACE/qt-$QT_VER-$BUILD_NUMBER-bins_64.tgz ./ |