1
0
Fork 0
mirror of https://github.com/seiichiro0185/sailotp.git synced 2024-05-19 00:50:53 +00:00
harbour-sailotp/src/qqrencode/qqrencode.pri

12 lines
172 B
Plaintext
Raw Permalink Normal View History

INCLUDEPATH += \
$$PWD \
$$PWD/qrencode
HEADERS += \
$$PWD/qrencode/*.h \
$$PWD/qqrencode.h
SOURCES += \
$$PWD/qrencode/*.c \
$$PWD/qqrencode.cpp