Delete BuildInfo.h

This commit is contained in:
burtsloane 2017-06-15 15:21:36 -07:00 committed by GitHub
parent 7022c4009f
commit ade017fab0

View file

@ -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";
}