aboutsummaryrefslogtreecommitdiff
path: root/cad/klayout/files/patch-src-gsiqt-qt5-QtGui-QtGui.pro
diff options
context:
space:
mode:
Diffstat (limited to 'cad/klayout/files/patch-src-gsiqt-qt5-QtGui-QtGui.pro')
-rw-r--r--cad/klayout/files/patch-src-gsiqt-qt5-QtGui-QtGui.pro21
1 files changed, 21 insertions, 0 deletions
diff --git a/cad/klayout/files/patch-src-gsiqt-qt5-QtGui-QtGui.pro b/cad/klayout/files/patch-src-gsiqt-qt5-QtGui-QtGui.pro
new file mode 100644
index 000000000000..b7cf76160e64
--- /dev/null
+++ b/cad/klayout/files/patch-src-gsiqt-qt5-QtGui-QtGui.pro
@@ -0,0 +1,21 @@
+--- src/gsiqt/qt5/QtGui/QtGui.pro.orig 2021-08-28 16:33:45 UTC
++++ src/gsiqt/qt5/QtGui/QtGui.pro
+@@ -10,15 +10,15 @@ DEFINES += MAKE_GSI_QTGUI_LIBRARY
+ INCLUDEPATH += $$TL_INC $$GSI_INC $$QTBASIC_INC
+ DEPENDPATH += $$TL_INC $$GSI_INC $$QTBASIC_INC
+
+-LIBS += -L$$DESTDIR -lklayout_tl -lklayout_gsi -lklayout_qtbasic
++LIBS += $$DESTDIR/libklayout_tl.so $$DESTDIR/libklayout_gsi.so $$DESTDIR/libklayout_qtbasic.so
+
+ # there are some bridges between db and Qt, hence this:
+ INCLUDEPATH += $$DB_INC
+ DEPENDPATH += $$DB_INC
+-LIBS += -lklayout_db
++LIBS += $$DESTDIR/libklayout_db.so
+
+ # because QQbject is used as base class for many classes, we need this:
+-LIBS += -lklayout_QtCore
++LIBS += $$DESTDIR/libklayout_QtCore.so
+
+ SOURCES += \
+ gsiDeclQtGuiAdd.cc