mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 12:12:39 +02:00
trying to build resources
This commit is contained in:
parent
9d62e37a46
commit
59f490c97e
1 changed files with 3 additions and 2 deletions
|
@ -178,8 +178,9 @@ target_include_directories(${PROJECT_NAME} PUBLIC
|
|||
${Qt5Core_INCLUDE_DIRS}
|
||||
${Qt5Quick_INCLUDE_DIRS}
|
||||
${Qt5Gui_INCLUDE_DIRS}
|
||||
${Qt5Qml_INCLUDE_DIRS}
|
||||
)
|
||||
${Qt5Qml_INCLUDE_DIRS})
|
||||
|
||||
add_dependencies(${PROJECT_NAME} resources)
|
||||
|
||||
if (APPLE)
|
||||
target_include_directories(${PROJECT_NAME} PUBLIC
|
||||
|
|
Loading…
Reference in a new issue