forked from pool/libqt5-qtwebengine
7160f76765
add libqt5-qtwebengine package OBS-URL: https://build.opensuse.org/request/show/277010 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtwebengine?expand=0&rev=1
11 lines
564 B
Diff
11 lines
564 B
Diff
--- a/src/core/core_module.pro 2014-08-24 03:29:27.168702560 +0200
|
|
--- b/src/core/core_module.pro 2014-08-24 03:30:02.431261717 +0200
|
|
@@ -22,5 +22,5 @@ CONFIG -= bsymbolic_functions
|
|
contains(QT_CONFIG, egl): CONFIG += egl
|
|
|
|
linux {
|
|
- CONFIG(release, debug|release) | contains(QT_CONFIG, separate_debug_info): QMAKE_POST_LINK="cd $(DESTDIR) && $(STRIP) --strip-unneeded $(TARGET)"
|
|
+ CONFIG(release, debug|release) | contains(QT_CONFIG, separate_debug_info): QMAKE_POST_LINK="cd $(DESTDIR) && strip --strip-unneeded $(TARGET)"
|
|
}
|
|
\ No newline at end of file
|