open-eid / chrome-token-signing

DEPRECATED Chrome and Firefox extension for signing with your eID on the web
https://github.com/open-eid/chrome-token-signing/wiki
GNU Lesser General Public License v2.1
206 stars 75 forks source link

Fix qmake call (qt parameter no longer exists) #7

Closed firatakandere closed 8 years ago

firatakandere commented 8 years ago

qt parameter for qmake is no longer available after Qt 5.7.0 and it gives an error on make:

make `uname`
make[1]: Entering directory '/home/firat/Downloads/chrome-token-signing'
make -C host-linux
make[2]: Entering directory '/home/firat/Downloads/chrome-token-signing/host-linux'
qmake -qt=5 VERSION=1.0.3.0
***Unknown option -qt=5
martinpaljak commented 8 years ago

Fixed in fec417c