Accessing the core and the model from this QML UI project.
This commit is contained in:
@ -30,6 +30,9 @@ set_target_properties(${TARGET_APP} PROPERTIES
|
||||
WIN32_EXECUTABLE TRUE
|
||||
)
|
||||
|
||||
target_include_directories(${TARGET_APP} PRIVATE ${CORE_LIB_DIR}/)
|
||||
target_link_libraries(${TARGET_APP} PRIVATE GenericCore)
|
||||
|
||||
target_link_libraries(${TARGET_APP}
|
||||
PRIVATE Qt6::Quick
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user