Missing pics in gui/resources/
Brought to you by:
devilsfist
Can't build without errors. I've tried both the stable and the experimental branch. On Fedora 20, after qt-qmake4 (or qt-qmake5) it ends with
/usr/lib64/qt4/bin/rcc -name resources resources.qrc -o qrc_resources.cpp RCC: Error in 'resources.qrc': Cannot find file 'resources/image-preview-16x16.png'
if I place dummy pics (it will complain for other missing pngs as well: process-stop.png , resources/process-stop-inactive.png , package-upgrade.png) it finally compiles. The app is working and I notice in the GUI the missing icons, replaced with my dummy pic.
Anonymous