nurupo / ProjectTox-Qt-GUI

A cross-platform front end for ProjectTox Core library, written in C++11 with use of Qt5
GNU General Public License v3.0
341 stars 116 forks source link

add missing lib to .pro file #127

Closed Schlumpf closed 10 years ago

Schlumpf commented 10 years ago

I can't build current tox without -liphlpapi under windows.

nurupo commented 10 years ago

Sounds like core issue. Will look into it.

nurupo commented 10 years ago

Though the automatic Windows build of Qt GUI works just fine and it uses the same .zips that are linked in INSTALL.md.

nurupo commented 10 years ago

Oh, I see, Jenkins script adds -liphlpapi to the .pro file before building. Merging : )