Files
ukui-greeter/BiometricAuth/BiometricAuth.pri
yanghao f76424859e Move the struct DeviceInfo and some function which
relate to it to biometricdeviceinfo.h from biometricproxy.h
2018-12-27 13:59:01 +08:00

12 lines
323 B
Plaintext

SOURCES += \
$$PWD/biometricproxy.cpp \
$$PWD/biometricauthwidget.cpp \
$$PWD/biometricdeviceswidget.cpp \
$$PWD/biometricdeviceinfo.cpp
HEADERS += \
$$PWD/biometricproxy.h \
$$PWD/biometricauthwidget.h \
$$PWD/biometricdeviceswidget.h \
$$PWD/biometricdeviceinfo.h