You've already forked ukui-greeter
mirror of
https://github.com/ukui/ukui-greeter.git
synced 2026-03-09 09:25:38 -07:00
f76424859e
relate to it to biometricdeviceinfo.h from biometricproxy.h
12 lines
323 B
Plaintext
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
|