mirror of
https://github.com/seiichiro0185/sailotp.git
synced 2025-03-21 04:17:55 +00:00
11 lines
172 B
Text
11 lines
172 B
Text
INCLUDEPATH += \
|
|
$$PWD \
|
|
$$PWD/qrencode
|
|
|
|
HEADERS += \
|
|
$$PWD/qrencode/*.h \
|
|
$$PWD/qqrencode.h
|
|
|
|
SOURCES += \
|
|
$$PWD/qrencode/*.c \
|
|
$$PWD/qqrencode.cpp
|