From c8982676ceca1996d2181d436699622d2abc842e Mon Sep 17 00:00:00 2001 From: Joerg Koenig Date: Wed, 5 Jun 2019 21:28:09 +0200 Subject: Updated qt.conf file for cross-compile Added target spec to qt.conf file Change-Id: I0e0e9aa65976b48ddb19c90b622032e1280ff8c8 --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) 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 ./ -- cgit v0.12