mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:35:08 +02:00
Merge branch 'feature/platform' of https://github.com/amerhifi/hifi into feature/platform
This commit is contained in:
commit
fa16b66d69
1 changed files with 8 additions and 8 deletions
|
@ -2,8 +2,8 @@
|
|||
// Libraries
|
||||
//
|
||||
|
||||
//include ':oculus'
|
||||
//project(':oculus').projectDir = new File(settingsDir, 'libraries/oculus')
|
||||
include ':oculus'
|
||||
project(':oculus').projectDir = new File(settingsDir, 'libraries/oculus')
|
||||
|
||||
include ':qt'
|
||||
project(':qt').projectDir = new File(settingsDir, 'libraries/qt')
|
||||
|
@ -18,8 +18,8 @@ if (!getSettings().hasProperty("SUPPRESS_INTERFACE")) {
|
|||
}
|
||||
|
||||
if (!getSettings().hasProperty("SUPPRESS_QUEST_INTERFACE")) {
|
||||
// include ':questInterface'
|
||||
// project(':questInterface').projectDir = new File(settingsDir, 'apps/questInterface')
|
||||
include ':questInterface'
|
||||
project(':questInterface').projectDir = new File(settingsDir, 'apps/questInterface')
|
||||
}
|
||||
|
||||
//
|
||||
|
@ -27,11 +27,11 @@ if (!getSettings().hasProperty("SUPPRESS_QUEST_INTERFACE")) {
|
|||
//
|
||||
|
||||
if (!getSettings().hasProperty("SUPPRESS_FRAME_PLAYER")) {
|
||||
// include ':framePlayer'
|
||||
// project(':framePlayer').projectDir = new File(settingsDir, 'apps/framePlayer')
|
||||
include ':framePlayer'
|
||||
project(':framePlayer').projectDir = new File(settingsDir, 'apps/framePlayer')
|
||||
}
|
||||
|
||||
if (!getSettings().hasProperty("SUPPRESS_QUEST_FRAME_PLAYER")) {
|
||||
//include ':questFramePlayer'
|
||||
// project(':questFramePlayer').projectDir = new File(settingsDir, 'apps/questFramePlayer')
|
||||
include ':questFramePlayer'
|
||||
project(':questFramePlayer').projectDir = new File(settingsDir, 'apps/questFramePlayer')
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue