mirror of
https://github.com/seiichiro0185/sailotp.git
synced 2025-03-18 19:17:56 +00:00
7 lines
107 B
Text
7 lines
107 B
Text
QT += core quick
|
|
|
|
INCLUDEPATH += $$PWD/src
|
|
|
|
HEADERS += $$PWD/src/fileio.h
|
|
|
|
SOURCES += $$PWD/src/fileio.cpp
|