repo.or.cz
/
dyskinesia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unauthorizedAccept option
[dyskinesia.git]
/
src
/
ghotkey
/
ghotkey.pri
blob
4b33ecdad9687ca30e1f55324425acef1c4b0c5c
1
HEADERS += $$PWD/ghotkeyman.h $$PWD/ghotkeytrigger.h
2
SOURCES += $$PWD/ghotkeyman.cpp
3
INCLUDEPATH += $$PWD
4
DEPENDPATH += $$PWD
5
6
unix:!mac {
7
SOURCES += $$PWD/ghotkeyman_x11.cpp
8
}
9
win32: {
10
SOURCES += $$PWD/ghotkeyman_win.cpp
11
}