mirror of
https://github.com/redstrate/Astra.git
synced 2025-06-06 14:07:46 +00:00
Bump libphysis
This commit is contained in:
parent
8954a26285
commit
24d31d05fd
4 changed files with 1 additions and 6 deletions
2
external/CMakeLists.txt
vendored
2
external/CMakeLists.txt
vendored
|
@ -20,9 +20,7 @@ FetchContent_MakeAvailable(Corrosion)
|
|||
|
||||
corrosion_import_crate(MANIFEST_PATH ${CMAKE_CURRENT_SOURCE_DIR}/libphysis/Cargo.toml
|
||||
NO_DEFAULT_FEATURES
|
||||
FEATURES logging
|
||||
CRATE_TYPES staticlib)
|
||||
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/libphysis/logger EXCLUDE_FROM_ALL)
|
||||
|
||||
target_include_directories(physis INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/libphysis/target/public)
|
||||
|
||||
|
|
2
external/libphysis
vendored
2
external/libphysis
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 14d3157aa489bbd026e6b9e75a16021ba400287b
|
||||
Subproject commit a003502171ceed7a15d4dad705c68e4447a485e3
|
|
@ -174,7 +174,6 @@ qt_target_qml_sources(astra_static
|
|||
target_link_libraries(astra PRIVATE
|
||||
astra_static
|
||||
astra_staticplugin
|
||||
physis-logger
|
||||
KDAB::kdsingleapplication
|
||||
Qt6::Widgets
|
||||
Qt6::QuickControls2
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#include "astra-version.h"
|
||||
#include "launchercore.h"
|
||||
#include "logger.h"
|
||||
#include "physis_logger.h"
|
||||
#include "utility.h"
|
||||
|
||||
using namespace Qt::StringLiterals;
|
||||
|
@ -89,7 +88,6 @@ int main(int argc, char *argv[])
|
|||
KAboutData::setApplicationData(about);
|
||||
|
||||
initializeLogging();
|
||||
setup_physis_logging();
|
||||
|
||||
QCommandLineParser parser;
|
||||
about.setupCommandLine(&parser);
|
||||
|
|
Loading…
Add table
Reference in a new issue