File tree 2 files changed +13
-6
lines changed
2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 55
55
docker-images : true
56
56
swap-storage : true
57
57
58
+ - name : Install Qt
59
+ uses : jurplel/install-qt-action@v4
60
+ with :
61
+ version : 6.2.4 # Update Qt version here.
62
+ aqtversion : ' >=0.9.7'
63
+ modules : ' qtimageformats'
64
+
58
65
# Initializes the CodeQL tools for scanning.
59
66
- name : Initialize CodeQL
60
67
uses : github/codeql-action/init@v1
Original file line number Diff line number Diff line change @@ -53,12 +53,12 @@ set_target_properties(DegateTests
53
53
#
54
54
# Automatic Qt deploy
55
55
#
56
- qt_generate_deploy_app_script(
57
- TARGET DegateTests
58
- OUTPUT_SCRIPT deploy_script
59
- NO_UNSUPPORTED_PLATFORM_ERROR
60
- )
61
- install (SCRIPT ${deploy_script} )
56
+ # qt_generate_deploy_app_script(
57
+ # TARGET DegateTests
58
+ # OUTPUT_SCRIPT deploy_script
59
+ # NO_UNSUPPORTED_PLATFORM_ERROR
60
+ # )
61
+ # install(SCRIPT ${deploy_script})
62
62
63
63
#
64
64
# Link Catch2 tests to CTest
You can’t perform that action at this time.
0 commit comments