Skip to content

Commit

Permalink
Also update qmock pro file
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianFeldmann committed Jul 28, 2024
1 parent bc3d504 commit 75517d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,7 @@ jobs:
if: always()
run: |
dir D:\a\YUView\YUView\build
dir D:\a\YUView\YUView\build\submodules\googletest-qmake\gtest\debug
dir D:\a\YUView\YUView\build\submodules\googletest-qmake\gtest\release
dir D:\a\YUView\YUView\build\submodules\googletest-qmake\gtest
- name: Run tests
run: |
cd build
Expand Down
3 changes: 3 additions & 0 deletions submodules/googletest-qmake/gtest_main/gtest_main.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ QT -= core gui

TARGET = gtest_main
TEMPLATE = lib

CONFIG += staticlib
CONFIG -= debug_and_release
CONFIG += c++17

INCLUDEPATH += \
../../googletest/googletest/include
Expand Down

0 comments on commit 75517d4

Please sign in to comment.