AOSC-Archive / autobuild3

AOSC OS package maintenance toolkit (version 3)
https://aosc.io
GNU General Public License v2.0
24 stars 17 forks source link

Qt TODO: Deprecate USEQT*. #50

Closed Artoria2e5 closed 9 years ago

Artoria2e5 commented 9 years ago

We should deprecate the use of USEQT* and follow QT_SELECT where possible. Compatibility code will still be added.

[  -n "$QT_SELECT" ] || return
abwarn "blah"
# almost the same code, but with assignments to QT_SELECT, not QTPREFIX.

However, I need more research on QT_SELECT since I believe that it can specify more than major versions.