File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ add_library(${PROJECT_NAME} SHARED ${PLUGIN_SOURCES} ${RENDER_SOURCES} ${EPHYS_S
109109# -----------------------------------------------------------------------------
110110# Include ManiVault headers, including system data plugins
111111target_include_directories (${PROJECT_NAME} PRIVATE "${ManiVault_INCLUDE_DIR} " )
112- target_include_directories (${PROJECT_NAME} PRIVATE "${CMAKE_SOURCE_DIR } /src" )
112+ target_include_directories (${PROJECT_NAME} PRIVATE "${PROJECT_SOURCE_DIR } /src" )
113113#target_include_directories(${PROJECT_NAME} PRIVATE "${PROJECT_SOURCE_DIR}/3rdparty/curl/include/")
114114target_include_directories (${PROJECT_NAME} PRIVATE "${MV_CMD_INSTALL_DIR} /$<CONFIGURATION>/include/" )
115115target_include_directories (${PROJECT_NAME} PRIVATE "${MV_EPD_INSTALL_DIR} /$<CONFIGURATION>/include/" )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RoundedPopup::RoundedPopup(QWidget* parent) :
1111 setFixedWidth (400 );
1212
1313 _layout = new QVBoxLayout (this );
14- _layout->setContentsMargins (16 , 16 , 16 , 16 ); // space for the “ card” + shadow
14+ _layout->setContentsMargins (16 , 16 , 16 , 16 ); // space for the card + shadow
1515}
1616
1717void RoundedPopup::SetWidget (QWidget* widget)
You can’t perform that action at this time.
0 commit comments