Textractor_test/vnr/wintimer/wintimer.pro
mireado 90613f5039 update to 3.5640.1
update to ITHVNR 3.5640.1
and translation
2016-01-06 00:01:17 +09:00

23 lines
280 B
Prolog

# sys.pro
# 8/21/2013 jichi
# Build ITH_engine.dll
#CONFIG += noqt noeh staticlib
CONFIG += staticlib
include(../../../config.pri)
## Sources
TEMPLATE = lib
TARGET = wintimer
HEADERS += \
wintimer.h \
wintimerbase.h
SOURCES += \
wintimer.cc \
wintimerbase.cc
# EOF