Skip to content

Commit

Permalink
qwt: Fix the qmake config in a less brutal manner
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas committed Aug 7, 2019
1 parent 1930f99 commit 6678aca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions qwt.be0
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ build_in_sourcedir
#}

mee_patch_post() {
sed -i ${S}/qwtconfig.pri \
-e 's,QWT_INSTALL_PREFIX.*=.*$,QWT_INSTALL_PREFIX = $$[QT_INSTALL_PREFIX],'
sed -i ${S}/qwtconfig.pri -e '/^\s\s*QWT_INSTALL_PREFIX/ s,QWT,# QWT,'
}

mee_configure() {
Expand Down

0 comments on commit 6678aca

Please sign in to comment.