This commit is contained in:
Matthias Koefferlein
2021-10-18 00:12:46 +02:00
parent 8b12788084
commit ca15d9ec9d
16 changed files with 15 additions and 48 deletions
+1 -1
View File
@@ -10,6 +10,6 @@ HEADERS += \
LIBS += -lklayout_QtCore -lklayout_QtGui
equals(HAVE_QT5, "1") {
greaterThan(QT_MAJOR, "4") {
LIBS += -lklayout_QtWidgets
}
+1 -1
View File
@@ -10,7 +10,7 @@ HEADERS += \
LIBS += -lklayout_QtGui -lklayout_QtCore
equals(HAVE_QT5, "1") {
greaterThan(QT_MAJOR, "4") {
LIBS += -lklayout_QtWidgets
}
+1 -1
View File
@@ -13,6 +13,6 @@ LIBS += -lklayout_QtCore -lklayout_QtXml
# Because of stupid dependency of QtCore on QtGui and this on QtWidgets:
LIBS += -lklayout_QtGui
equals(HAVE_QT5, "1") {
greaterThan(QT_MAJOR, "4") {
LIBS += -lklayout_QtWidgets
}
+1 -1
View File
@@ -18,7 +18,7 @@ SUBDIRS = \
QtCore \
QtGui
equals(HAVE_QT5, "1") {
greaterThan(QT_MAJOR, "4") {
SUBDIRS += QtWidgets
+1 -1
View File
@@ -12,7 +12,7 @@ HEADERS += \
# Use this opportunity to provide the __init__.py file
equals(HAVE_QTBINDINGS, "1") {
equals(HAVE_QT5, "1") {
greaterThan(QT_MAJOR, "4") {
INIT_PY = $$PWD/../__init__.py.qt5
} else {
INIT_PY = $$PWD/../__init__.py.qt4