From 2891037da64ccf49c2176f0aca6eccf713d410c3 Mon Sep 17 00:00:00 2001 From: Jesse Qu Date: Mon, 5 Jan 2026 15:25:01 +0800 Subject: [PATCH] fix runtime problems --- PropertyEditor/source/include/QDetailsViewAPI.h | 4 ++-- PropertyEditor/source/src/QQuickDetailsViewMananger.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PropertyEditor/source/include/QDetailsViewAPI.h b/PropertyEditor/source/include/QDetailsViewAPI.h index 2d35f72..38e8d06 100644 --- a/PropertyEditor/source/include/QDetailsViewAPI.h +++ b/PropertyEditor/source/include/QDetailsViewAPI.h @@ -4,7 +4,7 @@ #include #ifdef _WIN32 -# ifdef QDETAILS_VIEW_STATIC_LIBRARY +# ifdef PROPERTY_EDITOR_STATIC_LIBRARY # define QDETAILS_VIEW_API # else # ifdef QDETAILS_VIEW_SHARED_LIBRARY @@ -18,4 +18,4 @@ #endif -#endif // QDETAILS_VIEW_API_H \ No newline at end of file +#endif // QDETAILS_VIEW_API_H diff --git a/PropertyEditor/source/src/QQuickDetailsViewMananger.cpp b/PropertyEditor/source/src/QQuickDetailsViewMananger.cpp index dcfabf2..91e7779 100644 --- a/PropertyEditor/source/src/QQuickDetailsViewMananger.cpp +++ b/PropertyEditor/source/src/QQuickDetailsViewMananger.cpp @@ -20,7 +20,7 @@ void QQuickDetailsViewManager::initialize() { mInitialized = true; -#ifdef QDETAILS_VIEW_STATIC_LIBRARY +#ifdef PROPERTY_EDITOR_STATIC_LIBRARY Q_INIT_RESOURCE(resources); #endif