File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
tests/auto/plugins/QtIfwTest Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -115,13 +115,9 @@ jobs:
115115 ${{steps.qt.outputs.make}} install
116116 pkg-config --exists packagekitqt5
117117 working-directory : src/3rdparty/PackageKit-Qt
118- - name : copy QtIfw from cache
119- if : steps.qt.outputs.tests == 'true'
120- run : cp -a "${{steps.qt.outputs.qtdir}}/Tools" "${{steps.qt.outputs.qtdir}}/../../"
121- shell : bash
122118 - name : qmake
123119 run : |
124- qmake CONFIG+=install_ok QT_PLATFORM=${{matrix.platform}}
120+ qmake CONFIG+=install_ok QT_PLATFORM=${{matrix.platform}} "QT_TOOL_PATH=${{steps.qt.outputs.qtdir}}/Tools"
125121 ${{steps.qt.outputs.make}} qmake_all
126122 - name : make module
127123 run : |
Original file line number Diff line number Diff line change @@ -20,10 +20,11 @@ DISTFILES += \
2020 installer/config/config.xml \
2121 installer/config/controller.qs
2222
23- isEmpty (QT_IFW_VERSION ): QT_IFW_VERSION = 3.1
23+ isEmpty (QT_IFW_VERSION ): QT_IFW_VERSION = 3.2
24+ isEmpty (QT_TOOL_PATH ): QT_TOOL_PATH = $$[QT_INSTALL_BINS ]/../../../Tools
2425
2526DEFINES += SRCDIR =\ \\"$$PWD/\\\"
26- DEFINES += BINDIR =\ \\"$$[QT_INSTALL_BINS]/../../../Tools /QtInstallerFramework/$$QT_IFW_VERSION/bin/\\\"
27+ DEFINES += BINDIR =\ \\"$$QT_TOOL_PATH /QtInstallerFramework/$$QT_IFW_VERSION/bin/\\\"
2728DEFINES += QTDIR =\ \\"$$[QT_INSTALL_BINS]/../../../\\\"
2829
2930include ($$PWD/../testlib/testlib.pri )
You can’t perform that action at this time.
0 commit comments