Skip to content

Commit

Permalink
Add qtjsapi to the script engine (allows usage of many Qt-based class…
Browse files Browse the repository at this point in the history
…es in JS)
  • Loading branch information
Jmgr committed Jul 14, 2024
1 parent acec77c commit 38d1a75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actiontools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ ExternalProject_Add(external_qtjsapi
INSTALL_COMMAND cmake -E echo "Skipping install step."
CMAKE_ARGS
-DCMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
)

target_link_directories(${PROJECT}
Expand Down

0 comments on commit 38d1a75

Please sign in to comment.