liri-project / liri-music

:closed_book: Archive - Development has moved to https://github.com/lirios/music
GNU Lesser General Public License v2.1
33 stars 1 forks source link

Project file messed up #5

Closed rsnyman closed 8 years ago

rsnyman commented 8 years ago

Basically, unless I'm compiling this on your machine, I cannot compile it. There are dozens of paths that are all specific to your computer.

For example:

INCLUDEPATH += /home/nickg/Qt/5.5/gcc_64/include
rsnyman commented 8 years ago

I tried to fix it, but I gave up. I have better things to do with my time :-(

nickgermaine commented 8 years ago

Ahh, sorry about that. This is in the qmlprojecct file I think. I wonder, if I remove this file from the repo, will a file be automatically generated for you when you open it in qt creator? I'm learning as I go.

ctnlaring commented 8 years ago

@nickgermaine I believe it will be.

nickgermaine commented 8 years ago

Fixed I think. I removed all the manual linking and it should work for Linux right now. On windows, I think you'd just have to include the taglib library through qt creators gui.

As for Linux, there is taglib in the extra repository: https://www.archlinux.org/packages/extra/x86_64/taglib/

It's easier than installing taglib manually. Though that's not difficult really.