Files
2019-01-10 13:51:25 +08:00

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