mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-06 22:39:53 +08:00
17 lines
479 B
Plaintext
17 lines
479 B
Plaintext
SOURCES += \
|
|
$$PWD/vxnodeconfig.cpp \
|
|
$$PWD/vxnotebookconfigmgr.cpp \
|
|
$$PWD/vxnotebookconfigmgrfactory.cpp \
|
|
$$PWD/inotebookconfigmgr.cpp \
|
|
$$PWD/notebookconfig.cpp \
|
|
$$PWD/bundlenotebookconfigmgr.cpp
|
|
|
|
HEADERS += \
|
|
$$PWD/inotebookconfigmgr.h \
|
|
$$PWD/vxnodeconfig.h \
|
|
$$PWD/vxnotebookconfigmgr.h \
|
|
$$PWD/inotebookconfigmgrfactory.h \
|
|
$$PWD/vxnotebookconfigmgrfactory.h \
|
|
$$PWD/notebookconfig.h \
|
|
$$PWD/bundlenotebookconfigmgr.h
|