mirror of
https://github.com/seiichiro0185/sailotp.git
synced 2024-11-15 05:16:42 +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
|