mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
@@ -31,6 +31,7 @@ TRANSLATIONS += translations/blackmisc_i18n_de.ts \
|
||||
translations/blackmisc_i18n_en.ts
|
||||
|
||||
HEADERS += *.h \
|
||||
buildconfig.h.in \
|
||||
$$PWD/pq/*.h \
|
||||
$$PWD/aviation/*.h \
|
||||
$$PWD/math/*.h \
|
||||
@@ -69,7 +70,7 @@ win32 {
|
||||
DESTDIR = $$DestRoot/lib
|
||||
DLLDESTDIR = $$DestRoot/bin
|
||||
|
||||
OTHER_FILES += $$TRANSLATIONS readme.txt buildconfig.h.in
|
||||
OTHER_FILES += $$TRANSLATIONS readme.txt
|
||||
|
||||
win32 {
|
||||
dlltarget.path = $$PREFIX/bin
|
||||
|
||||
@@ -31,7 +31,7 @@ $$DEFINE_SWIFT_SHIPPED#define SWIFT_SHIPPED
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
|
||||
//! Build configuration
|
||||
class BLACKMISC_EXPORT CBuildConfig
|
||||
{
|
||||
public:
|
||||
@@ -141,9 +141,9 @@ namespace BlackMisc
|
||||
static const auto pk = QString { \"$$VATSIM_CLIENT_PRIVATE_KEY\" };
|
||||
return pk;
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
//! Version
|
||||
class BLACKMISC_EXPORT CVersion
|
||||
{
|
||||
public:
|
||||
@@ -170,9 +170,7 @@ namespace BlackMisc
|
||||
private:
|
||||
//! Parts of version string 1.0.2
|
||||
static QList<int> getVersionParts(const QString &versionString);
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // BLACKCONFIG_H
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user