mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Andrew's amazing fix.
This commit is contained in:
parent
95bd10063d
commit
a2925518c2
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
|||
include_directories(${Qt5Core_INCLUDE_DIRS})
|
||||
include_directories(${Qt5Widgets_INCLUDE_DIRS})
|
||||
|
||||
set(QT_LIBRARIES Qt5::Core Qt5::Widgets)
|
||||
|
||||
# Find all sources files
|
||||
file (GLOB_RECURSE SOURCES src/*.cpp)
|
||||
file (GLOB_RECURSE MOC_HEADERS src/*.h)
|
||||
|
|
Loading…
Reference in a new issue