mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 05:49:53 +08:00
19 lines
444 B
Plaintext
19 lines
444 B
Plaintext
SOURCES += \
|
|
$$PWD/notebook.cpp \
|
|
$$PWD/bundlenotebookfactory.cpp \
|
|
$$PWD/notebookparameters.cpp \
|
|
$$PWD/bundlenotebook.cpp \
|
|
$$PWD/node.cpp \
|
|
$$PWD/filenode.cpp \
|
|
$$PWD/foldernode.cpp
|
|
|
|
HEADERS += \
|
|
$$PWD/notebook.h \
|
|
$$PWD/inotebookfactory.h \
|
|
$$PWD/bundlenotebookfactory.h \
|
|
$$PWD/notebookparameters.h \
|
|
$$PWD/bundlenotebook.h \
|
|
$$PWD/node.h \
|
|
$$PWD/filenode.h \
|
|
$$PWD/foldernode.h
|