TechDraw: SVG export refactoring - Fix DLL export/import issue
This commit is contained in:
committed by
WandererFan
parent
2c634d84af
commit
f925fa45af
@@ -192,7 +192,7 @@ endif(FREECAD_USE_PCH)
|
||||
|
||||
add_library(TechDraw SHARED ${TechDraw_SRCS} ${Draw_SRCS} ${TechDrawAlgos_SRCS}
|
||||
${Geometry_SRCS} ${Python_SRCS})
|
||||
target_link_libraries(TechDraw ${TechDrawLIBS};${QT_QTXML_LIBRARY};${QtXmlPatternsLib};${TechDraw})
|
||||
target_link_libraries(TechDraw ${TechDrawLIBS};${QtXmlPatternsLib};${TechDraw})
|
||||
|
||||
ADD_CUSTOM_COMMAND(TARGET TechDraw
|
||||
POST_BUILD
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#include "QDomNodeModel.h"
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include <QXmlNamePool>
|
||||
#include <QDomDocument>
|
||||
|
||||
class QDomNodeModel: public QAbstractXmlNodeModel
|
||||
class TechDrawExport QDomNodeModel: public QAbstractXmlNodeModel
|
||||
{
|
||||
public:
|
||||
QDomNodeModel(QXmlNamePool, QDomDocument, bool parsedReadOnly = false);
|
||||
|
||||
Reference in New Issue
Block a user