mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-10 10:10:02 -04:00
LMMS didn't compile successfully if individual paths to headers of each Qt module were not added to the list of include directories to be searched by the pre-processor. However it has to work this way, therefore I changed lines like #include <QGraphicsScene> to #include <QtGui/QGraphicsScene> Please care in the future! Signed-off-by: Tobias Doerffel <tobias.doerffel@gmail.com>