mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 20:08:56 +02:00
fix linux build
This commit is contained in:
parent
d76dfbe83b
commit
ea2c6b4dfb
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
#include <QtCore/QObject>
|
#include <QtCore/QObject>
|
||||||
|
|
||||||
#if defined(Q_OS_WIN) || defined(Q_OS_LINUX)
|
#if defined(Q_OS_WIN)
|
||||||
// Enable event queue debugging
|
// Enable event queue debugging
|
||||||
#define DEBUG_EVENT_QUEUE
|
#define DEBUG_EVENT_QUEUE
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -93,7 +93,7 @@ if (WIN32)
|
||||||
set_property(TARGET ${TARGET_NAME} APPEND_STRING PROPERTY LINK_FLAGS_DEBUG "/OPT:NOREF /OPT:NOICF")
|
set_property(TARGET ${TARGET_NAME} APPEND_STRING PROPERTY LINK_FLAGS_DEBUG "/OPT:NOREF /OPT:NOICF")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
link_hifi_libraries(entities-renderer platform)
|
link_hifi_libraries(entities-renderer platform physics)
|
||||||
|
|
||||||
# perform standard include and linking for found externals
|
# perform standard include and linking for found externals
|
||||||
foreach(EXTERNAL ${OPTIONAL_EXTERNALS})
|
foreach(EXTERNAL ${OPTIONAL_EXTERNALS})
|
||||||
|
|
Loading…
Reference in a new issue