ports/cad/qcad/files/patch-src_entity_entity.pro
Michael Reifenberger 567e89a810 cad/kicad-devel: Update
Update to the latest commit as of 2025.03.09
2025-03-09 19:22:45 +01:00

11 lines
329 B
Prolog

--- src/entity/entity.pro.orig 2025-02-10 09:29:49 UTC
+++ src/entity/entity.pro
@@ -147,7 +147,7 @@ RC_FILE = entity.rc
OTHER_FILES += entity.dox
DEFINES += QCADENTITY_LIBRARY
RC_FILE = entity.rc
-LIBS += -l$${RLIBNAME}core -lopennurbs
+LIBS += -l$${RLIBNAME}core -lopenNURBS
!win32 {
include( ../../shared_ts.pri )
}