mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-15 07:29:15 +01:00
OP-955: rename version_info related files an directories
This commit is contained in:
parent
bff47dfa0e
commit
5274a6c6fa
@ -10,7 +10,7 @@ SOURCES += main.cpp \
|
||||
|
||||
include(../rpath.pri)
|
||||
include(../libs/utils/utils.pri)
|
||||
include(../libs/versioninfo/versioninfo.pri)
|
||||
include(../libs/version_info/version_info.pri)
|
||||
|
||||
LIBS *= -l$$qtLibraryName(ExtensionSystem) -l$$qtLibraryName(Aggregation)
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
*/
|
||||
|
||||
#include "gcssplashscreen.h"
|
||||
#include "versioninfo/version_info.h"
|
||||
#include "version_info/version_info.h"
|
||||
#include <QDebug>
|
||||
|
||||
const QChar CopyrightSymbol(0x00a9);
|
||||
|
@ -2,7 +2,7 @@ TEMPLATE = subdirs
|
||||
CONFIG += ordered
|
||||
|
||||
SUBDIRS = \
|
||||
versioninfo \
|
||||
version_info \
|
||||
qscispinbox\
|
||||
qtconcurrent \
|
||||
aggregation \
|
||||
|
@ -0,0 +1 @@
|
||||
LIBS *= -l$$qtLibraryName(VersionInfo)
|
@ -4,9 +4,10 @@ TARGET = VersionInfo
|
||||
include(../../openpilotgcslibrary.pri)
|
||||
|
||||
HEADERS = version_info.h
|
||||
SOURCES = version_info.cpp
|
||||
|
||||
#
|
||||
# This qmake file generates a version info class implementation.
|
||||
# This qmake code generates VersionInfo class implementation.
|
||||
#
|
||||
# This is a bit tricky since the script should be run always and before
|
||||
# the other dependencies evaluation.
|
||||
@ -41,7 +42,7 @@ PYTHON_DIR = python-2.7.4
|
||||
VERSION_INFO_DIR = $$GCS_BUILD_TREE/../openpilotgcs-synthetics
|
||||
VERSION_INFO_SCRIPT = $$ROOT_DIR/make/scripts/version-info.py
|
||||
VERSION_INFO_COMMAND = $$PYTHON \"$$VERSION_INFO_SCRIPT\"
|
||||
VERSION_INFO_TEMPLATE = $$GCS_SOURCE_TREE/src/libs/versioninfo/version_info.cpp.template
|
||||
VERSION_INFO_TEMPLATE = $$GCS_SOURCE_TREE/src/libs/version_info/version_info.cpp.template
|
||||
VERSION_INFO_FILE = $$VERSION_INFO_DIR/version_info.cpp
|
||||
UAVO_DEF_PATH = $$ROOT_DIR/shared/uavobjectdefinition
|
||||
|
||||
@ -67,7 +68,3 @@ PYTHON_DIR = python-2.7.4
|
||||
}
|
||||
QMAKE_EXTRA_TARGETS += version_info_hook
|
||||
}
|
||||
|
||||
|
||||
SOURCES = version_info.cpp
|
||||
|
@ -1 +0,0 @@
|
||||
LIBS *= -l$$qtLibraryName(VersionInfo)
|
@ -28,7 +28,7 @@
|
||||
|
||||
#include "authorsdialog.h"
|
||||
|
||||
#include "versioninfo/version_info.h"
|
||||
#include "version_info/version_info.h"
|
||||
#include "coreconstants.h"
|
||||
#include "icore.h"
|
||||
|
||||
|
@ -11,7 +11,7 @@ QT += declarative \
|
||||
|
||||
include(../../openpilotgcsplugin.pri)
|
||||
include(../../libs/utils/utils.pri)
|
||||
include(../../libs/versioninfo/versioninfo.pri)
|
||||
include(../../libs/version_info/version_info.pri)
|
||||
include(../../shared/scriptwrapper/scriptwrapper.pri)
|
||||
include(coreplugin_dependencies.pri)
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
*/
|
||||
|
||||
#include "versiondialog.h"
|
||||
#include "versioninfo/version_info.h"
|
||||
#include "version_info/version_info.h"
|
||||
#include "coreconstants.h"
|
||||
#include "icore.h"
|
||||
|
||||
|
@ -6,7 +6,7 @@ TARGET = UAVSettingsImportExport
|
||||
DEFINES += UAVSETTINGSIMPORTEXPORT_LIBRARY
|
||||
include(../../openpilotgcsplugin.pri)
|
||||
include(uavsettingsimportexport_dependencies.pri)
|
||||
include(../../libs/versioninfo/versioninfo.pri)
|
||||
include(../../libs/version_info/version_info.pri)
|
||||
|
||||
HEADERS += uavsettingsimportexport.h \
|
||||
importsummary.h \
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include <QDebug>
|
||||
#include <QCheckBox>
|
||||
#include "importsummary.h"
|
||||
#include "versioninfo/version_info.h"
|
||||
#include "version_info/version_info.h"
|
||||
|
||||
// for menu item
|
||||
#include <coreplugin/coreconstants.h>
|
||||
|
@ -3,7 +3,7 @@ TARGET = Uploader
|
||||
DEFINES += UPLOADER_LIBRARY
|
||||
QT += svg
|
||||
include(uploader_dependencies.pri)
|
||||
include(../../libs/versioninfo/versioninfo.pri)
|
||||
include(../../libs/version_info/version_info.pri)
|
||||
INCLUDEPATH += ../../libs/qextserialport/src
|
||||
macx {
|
||||
QMAKE_CXXFLAGS += -fpermissive
|
||||
|
@ -25,7 +25,7 @@
|
||||
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
#include "uploadergadgetwidget.h"
|
||||
#include "versioninfo/version_info.h"
|
||||
#include "version_info/version_info.h"
|
||||
#include <coreplugin/coreconstants.h>
|
||||
#include <QDebug>
|
||||
#include "flightstatus.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user