mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 13:49:12 +02:00
Delete BuildInfo.h
This commit is contained in:
parent
7022c4009f
commit
ade017fab0
1 changed files with 0 additions and 29 deletions
|
@ -1,29 +0,0 @@
|
||||||
//
|
|
||||||
// BuildInfo.h.in
|
|
||||||
// cmake/templates
|
|
||||||
//
|
|
||||||
// Created by Stephen Birarda on 1/14/16.
|
|
||||||
// Copyright 2015 High Fidelity, Inc.
|
|
||||||
//
|
|
||||||
// Distributed under the Apache License, Version 2.0.
|
|
||||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
|
||||||
//
|
|
||||||
|
|
||||||
#define USE_STABLE_GLOBAL_SERVICES 0
|
|
||||||
|
|
||||||
#include <QString>
|
|
||||||
|
|
||||||
namespace BuildInfo {
|
|
||||||
// WARNING: This file has been auto-generated.
|
|
||||||
// Check cmake/templates/BuildInfo.h.in if you want to modify it.
|
|
||||||
|
|
||||||
const QString INTERFACE_NAME = "Interface";
|
|
||||||
const QString ASSIGNMENT_CLIENT_NAME = "assignment-client";
|
|
||||||
const QString DOMAIN_SERVER_NAME = "domain-server";
|
|
||||||
const QString AC_CLIENT_SERVER_NAME = "ac-client";
|
|
||||||
const QString MODIFIED_ORGANIZATION = "High Fidelity - dev";
|
|
||||||
const QString ORGANIZATION_DOMAIN = "highfidelity.io";
|
|
||||||
const QString VERSION = "dev";
|
|
||||||
const QString BUILD_BRANCH = "";
|
|
||||||
const QString BUILD_GLOBAL_SERVICES = "DEVELOPMENT";
|
|
||||||
}
|
|
Loading…
Reference in a new issue