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