mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 19:25:49 +08:00
committed by
Mathew Sutcliffe
parent
f74794b4d7
commit
c3722f9198
@@ -15,7 +15,6 @@
|
||||
#include "blackmisc/project.h"
|
||||
#include "blackmisc/testing.h"
|
||||
#include "blackmisc/logmessage.h"
|
||||
#include "blackmisc/blackmiscfreefunctions.h"
|
||||
#include "blackmisc/propertyindexallclasses.h"
|
||||
#include "blackmisc/threadutils.h"
|
||||
#include "blackmisc/verify.h"
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
#include "blackcore/contextapplicationproxy.h"
|
||||
#include "blackcore/inputmanager.h"
|
||||
#include "blackmisc/settingscache.h"
|
||||
#include "blackmisc/blackmiscfreefunctions.h"
|
||||
#include "blackmisc/loghandler.h"
|
||||
#include "blackmisc/identifierlist.h"
|
||||
#include <QObject>
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
#include "blackcore/registermetadata.h"
|
||||
#include "blackmisc/network/server.h"
|
||||
#include "blackmisc/statusmessagelist.h"
|
||||
#include "blackmisc/blackmiscfreefunctions.h"
|
||||
#include "blackmisc/registermetadata.h"
|
||||
#include "blackmisc/stringutils.h"
|
||||
#include "blackmisc/logmessage.h"
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
#include "globalsetup.h"
|
||||
#include "blackmisc/project.h"
|
||||
#include "blackmisc/math/mathutils.h"
|
||||
#include "blackmisc/blackmiscfreefunctions.h"
|
||||
#include "blackmisc/stringutils.h"
|
||||
#include <QStringList>
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
*/
|
||||
|
||||
#include "updateinfo.h"
|
||||
#include "blackmisc/blackmiscfreefunctions.h"
|
||||
#include "blackmisc/project.h"
|
||||
#include <QStringList>
|
||||
|
||||
|
||||
@@ -14,11 +14,11 @@ Set search path for plugins: env.var. QT_PLUGIN_PATH
|
||||
|
||||
Done automatically (qmake), but if required manually
|
||||
Interface:
|
||||
qdbusxml2cpp -i blackmisc/blackmiscfreefunctions.h -i blackmisc/blackmiscallvalueclasses.h -p contextnetwork_interface.h: H:\Projects\Qt\VatsimClient\client\src\blackcore\blackcore.contextnetwork.xml
|
||||
qdbusxml2cpp -i blackmisc/blackmiscallvalueclasses.h -p contextnetwork_interface.h: H:\Projects\Qt\VatsimClient\client\src\blackcore\blackcore.contextnetwork.xml
|
||||
qdbusxml2cpp -i contextnetwork_interface.h -p :contextnetwork_interface.cpp H:\Projects\Qt\VatsimClient\client\src\blackcore\blackcore.contextnetwork.xml
|
||||
|
||||
Adaptor: The : indicates generation of cpp file
|
||||
qdbusxml2cpp -i blackmisc/blackmiscfreefunctions.h -i blackmisc/blackmiscallvalueclasses.h -a contextnetwork_adaptor.h blackcore.contextnetwork.xml
|
||||
qdbusxml2cpp -i blackmisc/blackmiscallvalueclasses.h -a contextnetwork_adaptor.h blackcore.contextnetwork.xml
|
||||
qdbusxml2cpp -i context_adaptor.h -a :contextnetwork_adaptor.cpp blackcore.contextnetwork.xml
|
||||
|
||||
Manually:
|
||||
@@ -30,12 +30,12 @@ Removed generation:
|
||||
# Causes nmake to run qdbusxml2cpp to automatically generate the dbus adaptor and interface classes,
|
||||
# then automatically adds them to the sources to compile
|
||||
# !! Make sure the plugin is available as release build and known QT_PLUGIN_PATH
|
||||
# QDBUSXML2CPP_ADAPTOR_HEADER_FLAGS = -i blackmisc/blackmiscfreefunctions.h -i blackmisc/blackmiscallvalueclasses.h
|
||||
# QDBUSXML2CPP_ADAPTOR_HEADER_FLAGS = -i blackmisc/blackmiscallvalueclasses.h
|
||||
# DBUS_ADAPTORS += blackcore.contextnetwork.xml
|
||||
# DBUS_ADAPTORS += blackcore.contextvoice.xml
|
||||
# DBUS_ADAPTORS += blackcore.contextsettings.xml
|
||||
# DBUS_ADAPTORS += blackcore.contextapplication.xml
|
||||
|
||||
# QDBUSXML2CPP_INTERFACE_HEADER_FLAGS = -i blackmisc/blackmiscfreefunctions.h -i blackmisc/blackmiscallvalueclasses.h
|
||||
# QDBUSXML2CPP_INTERFACE_HEADER_FLAGS = -i blackmisc/blackmiscallvalueclasses.h
|
||||
# DBUS_INTERFACES += blackcore.contextnetwork.xml
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
#include "audiodevicevatlib.h"
|
||||
#include "audiomixervatlib.h"
|
||||
#include "blackmisc/logmessage.h"
|
||||
#include "blackmisc/blackmiscfreefunctions.h"
|
||||
#include "blackmisc/makeunique.h"
|
||||
#include <QDebug>
|
||||
#include <QTimer>
|
||||
|
||||
Reference in New Issue
Block a user