Post
Topic
Board Project Development
Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux]
by
notNigel
on 03/01/2014, 23:39:50 UTC
OK so there are two qmake commands there -

qmake-qt4 QtBitcoinTrader_Mobility.pro

qmake-qt4 QtBitcoinTrader_Desktop.pro


both for linux.

I'm running mint on a desktop so should I go for the Debian/Ubuntu etc line, or for the all linux Mobility.pro line ?

Try QtBitcoinTrader_Desktop.pro
If not works, than try QtBitcoinTrader_Mobility.pro

OK I did that, I also installed the qt SDK you mentioned above because I was getting the same error.

I now have---

/usr/bin/ld: cannot find -lQtMultimedia
collect2: error: ld returned 1 exit status
make: *** [QtBitcoinTrader] Error 1


--- I installed qtmultimedia-dev, but still get the error. Synaptic has quite a few qtmultimedia packages, I guess I need one of those but which one ?

Also using qtcreator gives me the same error.