rockowitz / ddcui

Graphical user interface for ddcutil - control monitor settings
http://www.ddcutil.com
GNU General Public License v2.0
147 stars 2 forks source link

Please push ddcui.pro file (it is excluded due to a gitignore entry) #2

Closed aryoda closed 5 years ago

aryoda commented 5 years ago

BUILDING.md says:

A qmake control file (ddcui.pro) is provided. but it is missing in the repo since the file name is listed in the .gitignore file.

I can try to build with Qt Creator on Ubuntu 18.04 then to give you a feed-back.

THX :-)

rockowitz commented 5 years ago

ddcui.pro is now on the master branch, and .gitignore has been modified to not ignore it.

Thanks again for living on the bleeding edge.

Sanford

On 09/15/2018 06:40 PM, aryoda wrote:

|BUILDING.md| says:

A qmake control file (ddcui.pro) is provided.
but it is missing in the repo since the file name is listed in the
|.gitignore| file.

I can try to build with Qt Creator on Ubuntu 18.04 then to give you a feed-back.

THX :-)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rockowitz/ddcui/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/ANhsbvzrP84J6uiJEQnyfEfRv_VmSFctks5ubYHxgaJpZM4WqktL.

aryoda commented 5 years ago

It is working now: I have done a fresh clone and could build successfully using the ddcui.pro file and QtCreator 4.5.2 on Ubuntu 18.04.

What a great progress, even the App help is already implemented!

Thanks for spending your time on this really helpful tool!