WIP: fixed some string extractors

This commit is contained in:
Matthias Koefferlein
2021-12-04 23:57:24 +01:00
parent c809a236fb
commit 3ef28c8a9d
13 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -10,6 +10,6 @@ HEADERS += \
LIBS += -lklayout_QtCore -lklayout_QtGui
equals(HAVE_QT5, "1") {
greaterThan(QT_MAJOR_VERSION, 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_VERSION, 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_VERSION, 4) {
LIBS += -lklayout_QtWidgets
}
+1 -1
View File
@@ -18,7 +18,7 @@ SUBDIRS = \
QtCore \
QtGui
equals(HAVE_QT5, "1") {
greaterThan(QT_MAJOR_VERSION, 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_VERSION, 4) {
INIT_PY = $$PWD/../__init__.py.qt5
} else {
INIT_PY = $$PWD/../__init__.py.qt4