Skip to content

Commit

Permalink
Test.
Browse files Browse the repository at this point in the history
Signed-off-by: Camila Ayres <[email protected]>
  • Loading branch information
camilasan committed Jan 9, 2024
1 parent 8c936bd commit 02b1bce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/common/common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ set(common_SOURCES
${CMAKE_CURRENT_LIST_DIR}/syncfilestatus.cpp
)

if(APPLE)
list(APPEND common_SOURCES ${CMAKE_CURRENT_LIST_DIR}/utility_mac.mm)
endif()

configure_file(${CMAKE_CURRENT_LIST_DIR}/vfspluginmetadata.json.in ${CMAKE_CURRENT_BINARY_DIR}/vfspluginmetadata.json)
2 changes: 1 addition & 1 deletion src/common/utility.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#if defined(Q_OS_WIN)
#include "utility_win.cpp"
#elif defined(Q_OS_MAC)
#include "utility_mac.cpp"
#include "utility_mac.mm"
#else
#include "utility_unix.cpp"
#endif
Expand Down
File renamed without changes.

0 comments on commit 02b1bce

Please sign in to comment.