15 lines
320 B
Plaintext
15 lines
320 B
Plaintext
INCLUDEPATH += $$PWD
|
|
|
|
HEADERS += \
|
|
$$PWD/agentutils.h \
|
|
$$PWD/kylinagent.h \
|
|
$$PWD/kylinagentobject.h \
|
|
$$PWD/kylinpassworddialog.h \
|
|
$$PWD/kylinsecretagent.h
|
|
|
|
SOURCES += \
|
|
$$PWD/kylinagent.cpp \
|
|
$$PWD/kylinagentobject.cpp \
|
|
$$PWD/kylinpassworddialog.cpp \
|
|
$$PWD/kylinsecretagent.cpp
|