Skip to content

Commit

Permalink
Fix qmake variable overrides triggering wrong {}
Browse files Browse the repository at this point in the history
  • Loading branch information
kelteseth committed Feb 8, 2020
1 parent 40eefb7 commit 9e85f2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ScreenPlayWallpaper/ScreenPlayWallpaper.pro
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ macx {
src/macwindow.h
}

!macx {
unix {

install_it.path = $${OUT_PWD}/

Expand Down
4 changes: 2 additions & 2 deletions ScreenPlayWidget/ScreenPlayWidget.pro
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ win32 {
}


macx: {
macx {
QMAKE_LIBDIR += $$OUT_PWD/
}

!macx: {
unix {


install_it.path = $${OUT_PWD}/
Expand Down

0 comments on commit 9e85f2e

Please sign in to comment.