Ri0n / QtNote

Note-taking application written with Qt in mind and able to read tomboy notes
http://ri0n.github.io/QtNote
GNU General Public License v3.0
21 stars 5 forks source link

Compilation fails on QtSingleApplication with Qt5 #27

Closed Ri0n closed 9 years ago

Ri0n commented 9 years ago

it seems the problem is in implicit make rules. make thinks QtSingleApplication is produced by qtsingleapplication.cpp and tries to compile the header as well by its implicit rules.

Workaround: make QtSingleApplication header newer and corresponding cpp file