90613f5039
update to ITHVNR 3.5640.1 and translation
16 lines
170 B
Plaintext
16 lines
170 B
Plaintext
# winkey.pri
|
|
# 7/20/2011 jichi
|
|
win32 {
|
|
|
|
DEFINES += WITH_LIB_WINKEY
|
|
|
|
LIBS += -luser32
|
|
|
|
DEPENDPATH += $$PWD
|
|
|
|
HEADERS += $$PWD/winkey.h
|
|
#SOURCES += $$PWD/winkey.cc
|
|
}
|
|
|
|
# EOF
|