mirror of
https://github.com/seiichiro0185/sailotp.git
synced 2024-11-15 13:16:43 +00:00
8 lines
113 B
Text
8 lines
113 B
Text
|
QT += core declarative
|
||
|
|
||
|
INCLUDEPATH += $$PWD/src
|
||
|
|
||
|
HEADERS += $$PWD/src/fileio.h
|
||
|
|
||
|
SOURCES += $$PWD/src/fileio.cpp
|