You've already forked ukui-greeter
mirror of
https://github.com/ukui/ukui-greeter.git
synced 2026-03-09 09:25:38 -07:00
16 lines
353 B
Plaintext
16 lines
353 B
Plaintext
HEADERS += \
|
|
$$PWD/globalv.h \
|
|
$$PWD/configuration.h \
|
|
$$PWD/monitorwatcher.h \
|
|
$$PWD/borderdialog.h \
|
|
$$PWD/fakedialog.h \
|
|
$$PWD/xeventmonitor.h
|
|
|
|
SOURCES += \
|
|
$$PWD/globalv.cpp \
|
|
$$PWD/configuration.cpp \
|
|
$$PWD/monitorwatcher.cpp \
|
|
$$PWD/borderdialog.cpp \
|
|
$$PWD/fakedialog.cpp \
|
|
$$PWD/xeventmonitor.cpp
|