Skip to content

Commit

Permalink
fix: adaptation for being an example
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquetc committed Mar 3, 2024
1 parent 6937c39 commit e92f1dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/simple/src/gui/qml_application/realqmlmodules.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

add_subdirectory(real_imports)

target_link_libraries(${CMAKE_PROJECT_NAME} PRIVATE
target_link_libraries(${APP_NAME} PRIVATE
simple-example-qml-interactorsplugin
simple-example-qml-modelsplugin
simple-example-qml-singlesplugin
)
)

0 comments on commit e92f1dc

Please sign in to comment.