F1ash / qt-virt-manager

Qt Virtual machines manager
http://f1ash.github.io/qt-virt-manager
GNU General Public License v2.0
233 stars 71 forks source link

build without libcacard #11

Closed mcirsta closed 8 years ago

mcirsta commented 8 years ago

Given the recent split of libcacard from qemu I've decided not to have it on my system since I don't really need it ( I guess few people really do ? ). Spice knows how to build without libcacard ( which is how I buit it ) but qt-virt-manager requires libcacard. I've managed to make several modification to build without libcacard ( make it optional ) but I'm not sure these are how you want to do it as they're mostly just ifdefs in the code. I can clean it up a bit and send a pull request if you want though.

F1ash commented 8 years ago

i did returning some changes in qsmartcardmanager.cpp. If you implement changes as additional build parameter (for ex. WITHOUT_LIBCACARD), then do it from current point.

F1ash commented 8 years ago

fixed.

mcirsta commented 8 years ago

Thank you, this helps.