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

unable to build under debian sid with qmake #8

Closed 532910 closed 4 years ago

532910 commented 4 years ago
% git clone https://github.com/rockowitz/ddcui
% cd ddcui 
%s qmake -qt=qt5 ./ddcui.pro
Info: creating stash file /tmp/ddcui/.qmake.stash
Project MESSAGE: not setting APPLY_CANCEL_FLAG

while cmake works fine

rockowitz commented 4 years ago

What's the problem?  It looks qmake is creating the Makefile successfully.  Is it not created?  Does the make command fail?

FWIW, I build in separate subdirectories.

On 9/18/19 4:56 PM, sergio wrote:

|% git clone https://github.com/rockowitz/ddcui % cd ddcui %s qmake -qt=qt5 ./ddcui.pro Info: creating stash file /tmp/ddcui/.qmake.stash Project MESSAGE: not setting APPLY_CANCEL_FLAG |

while cmake works fine

— 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/8?email_source=notifications&email_token=ADMGY3UI3TEXLGUXDENMH5DQKKIW3A5CNFSM4IYDULIKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HMH7KLA, or mute the thread https://github.com/notifications/unsubscribe-auth/ADMGY3SC66PWXDQDLWECI2DQKKIW3ANCNFSM4IYDULIA.

532910 commented 4 years ago

Oh, sorry, I was confused by not setting APPLY_CANCEL_FLAG. qmake creates Makefile, all works fine.