A Firefox Saved Accounts Viewer using QT
- Install QT Creator with QT sources
- Build NSS
- Build libpawdfox (https://github.com/psychart/libpawdfox)
- Modify QT-PawdFox.pro to set libpawdfox, nss and rapidjson paths
- Build
For static builds is necessary to build QT5.
set PATH=C:\Qt\Tools\mingw530_32\bin\;%PATH%;C:\Apps\Python27;C:\qt\qt-everywhere-src-5.10.0\gnuwin32\bin
configure -opensource -confirm-license -release -static -platform win32-g++ -opengl desktop -prefix C:\qt-5.10-static\ -qt-zlib -qt-libjpeg -qt-libpng -nomake tests -nomake examples