diff options
Diffstat (limited to 'src/qtactiveqt.mk')
-rw-r--r-- | src/qtactiveqt.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/qtactiveqt.mk b/src/qtactiveqt.mk index f17803f..4842adc 100644 --- a/src/qtactiveqt.mk +++ b/src/qtactiveqt.mk @@ -15,9 +15,7 @@ define $(PKG)_UPDATE endef define $(PKG)_BUILD - # invoke qmake with removed debug options as a workaround for - # https://bugreports.qt-project.org/browse/QTBUG-30898 - cd '$(1)' && '$(PREFIX)/$(TARGET)/qt5/bin/qmake' CONFIG-='debug debug_and_release' + cd '$(1)' && '$(PREFIX)/$(TARGET)/qt5/bin/qmake' $(MAKE) -C '$(1)' -j '$(JOBS)' $(MAKE) -C '$(1)' -j 1 install endef |