Skip to content

Commit

Permalink
Fixed Win32 compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
gyunaev committed May 21, 2019
1 parent 08eb8af commit 71cd6d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/birdtray.pro
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ unix {
QT += x11extras
}
win32 {
DEFINES += -DUNICODE
SOURCES += windowtools_win.cpp birdtrayeventfilter.cpp
HEADERS += windowtools_win.h birdtrayeventfilter.h
LIBS += user32.lib
}

0 comments on commit 71cd6d7

Please sign in to comment.