mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
cad/qcad: Add patch
Add patch to get it compiled.
This commit is contained in:
parent
19d4109873
commit
1adab2111b
2 changed files with 12 additions and 2 deletions
10
cad/qcad/files/patch-src_core_RScriptHandler.h
Normal file
10
cad/qcad/files/patch-src_core_RScriptHandler.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- src/core/RScriptHandler.h.orig 2025-03-11 20:09:48 UTC
|
||||
+++ src/core/RScriptHandler.h
|
||||
@@ -25,6 +25,7 @@
|
||||
#include <QList>
|
||||
#include <QMetaType>
|
||||
#include <QString>
|
||||
+#include <QScriptEngine>
|
||||
|
||||
#include "RDocumentInterface.h"
|
||||
#include "RScriptAction.h"
|
|
@ -1,6 +1,6 @@
|
|||
--- src/entity/entity.pro.orig 2025-02-10 09:29:49 UTC
|
||||
--- src/entity/entity.pro.orig 2025-02-20 12:25:22 UTC
|
||||
+++ src/entity/entity.pro
|
||||
@@ -147,7 +147,7 @@ RC_FILE = entity.rc
|
||||
@@ -142,7 +142,7 @@ RC_FILE = entity.rc
|
||||
OTHER_FILES += entity.dox
|
||||
DEFINES += QCADENTITY_LIBRARY
|
||||
RC_FILE = entity.rc
|
||||
|
|
Loading…
Add table
Reference in a new issue