WhiredPlanck / chinese-calendar

Personol fork on GitHub - Chinese traditional calendar for Linux Source: https://launchpad.net/chinese-calendar/
GNU General Public License v3.0
7 stars 1 forks source link

qmake error #2

Open joaokho opened 3 years ago

joaokho commented 3 years ago

run this command:

qmake PREFIX=/usr

error result:

Cannot read /home/joao/work/chinese-calendar/src/singleapplication/singleapplication.pri: No such file or directory Project ERROR: Unknown module(s) in QT: core gui sql svg

WhiredPlanck commented 3 years ago

I'm sorry for this. Actually this repository is almost deprecated, since I have no idea to improve it or enhance it. But for this case, I think I can manage to fix it. Thanks for feedback.

WhiredPlanck commented 1 year ago

Cannot read /home/joao/work/chinese-calendar/src/singleapplication/singleapplication.pri: No such file or directory

You may not initialize the git submodule singleapplication, try to run git submodule update --init --recursive to do that.