mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-03 16:30:20 +02:00
Squashed commit of the following:
commit2a8a2d228dAuthor: Matthias Koefferlein <[email protected]> Date: Fri Feb 26 23:54:08 2021 +0100 One more fix. commit8c4d76505cAuthor: Matthias Koefferlein <[email protected]> Date: Fri Feb 26 23:03:07 2021 +0100 More patches for uitools-less build for CentOS 8 commit2ac28292b8Author: Matthias Koefferlein <[email protected]> Date: Fri Feb 26 22:52:27 2021 +0100 First steps for fixing build on CentOS 8 without uitools
This commit is contained in:
@@ -8,4 +8,9 @@ SOURCES = \
|
||||
|
||||
HEADERS += \
|
||||
|
||||
LIBS += -lklayout_QtUiTools -lklayout_QtCore
|
||||
contains(QT_MODULES, uitools) {
|
||||
LIBS += -lklayout_QtUiTools
|
||||
}
|
||||
|
||||
LIBS += -lklayout_QtCore
|
||||
|
||||
|
||||
@@ -26,8 +26,10 @@
|
||||
#include "../../gsiqt/qtbasic/gsiQtCoreExternals.h"
|
||||
FORCE_LINK_GSI_QTCORE
|
||||
|
||||
#include "../../gsiqt/qtbasic/gsiQtUiToolsExternals.h"
|
||||
#if defined(HAVE_QT_UITOOLS)
|
||||
# include "../../gsiqt/qtbasic/gsiQtUiToolsExternals.h"
|
||||
FORCE_LINK_GSI_QTUITOOLS
|
||||
#endif
|
||||
|
||||
DEFINE_PYMOD(QtUiTools, "QtUiTools", "KLayout/Qt module 'QtUiTools'")
|
||||
|
||||
|
||||
@@ -98,8 +98,13 @@ PYMODTEST (import_QtXml, "import_QtXml.py")
|
||||
PYMODTEST (import_QtSql, "import_QtSql.py")
|
||||
PYMODTEST (import_QtNetwork, "import_QtNetwork.py")
|
||||
PYMODTEST (import_QtDesigner, "import_QtDesigner.py")
|
||||
|
||||
#if defined(HAVE_QT_UITOOLS)
|
||||
|
||||
PYMODTEST (import_QtUiTools, "import_QtUiTools.py")
|
||||
|
||||
#endif
|
||||
|
||||
#if QT_VERSION >= 0x50000
|
||||
|
||||
PYMODTEST (import_QtWidgets, "import_QtWidgets.py")
|
||||
|
||||
Reference in New Issue
Block a user