mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-26 10:31:39 +08:00
14 lines
300 B
Prolog
14 lines
300 B
Prolog
TARGET = jkqtphighrestimerlib
|
|
CONFIG (debug, debug|release): TARGET = jkqtphighrestimerlib_debug
|
|
|
|
TEMPLATE = lib
|
|
CONFIG += staticlib
|
|
CONFIG += create_prl
|
|
|
|
HEADERS += \
|
|
../../lib/jkqtplottertools/jkqtphighrestimer.h
|
|
|
|
SOURCES += \
|
|
../../lib/jkqtplottertools/jkqtphighrestimer.cpp
|
|
|