mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 05:49:53 +08:00
move source stuff into src subdir
Make it convenient to add third-party libraries. Signed-off-by: Le Tan <tamlokveer@gmail.com>
This commit is contained in:
parent
c7e631fa02
commit
5fa07864a1
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -1,3 +1,3 @@
|
||||
[submodule "utils/marked"]
|
||||
path = utils/marked
|
||||
[submodule "src/utils/marked"]
|
||||
path = src/utils/marked
|
||||
url = https://github.com/chjj/marked.git
|
||||
|
56
VNote.pro
56
VNote.pro
@ -4,58 +4,8 @@
|
||||
#
|
||||
#-------------------------------------------------
|
||||
|
||||
QT += core gui webenginewidgets webchannel
|
||||
TEMPLATE = subdirs
|
||||
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
CONFIG += c++11
|
||||
|
||||
TARGET = VNote
|
||||
TEMPLATE = app
|
||||
|
||||
|
||||
SOURCES += main.cpp\
|
||||
vmainwindow.cpp \
|
||||
vdirectorytree.cpp \
|
||||
vnote.cpp \
|
||||
vnotebook.cpp \
|
||||
dialog/vnewdirdialog.cpp \
|
||||
vconfigmanager.cpp \
|
||||
vfilelist.cpp \
|
||||
dialog/vnewfiledialog.cpp \
|
||||
vtabwidget.cpp \
|
||||
vedit.cpp \
|
||||
veditor.cpp \
|
||||
vnotefile.cpp \
|
||||
vdocument.cpp \
|
||||
utils/vutils.cpp \
|
||||
vpreviewpage.cpp \
|
||||
utils/peg-highlight/pmh_parser.c \
|
||||
hgmarkdownhighlighter.cpp \
|
||||
vstyleparser.cpp \
|
||||
utils/peg-highlight/pmh_styleparser.c \
|
||||
dialog/vnewnotebookdialog.cpp
|
||||
|
||||
HEADERS += vmainwindow.h \
|
||||
vdirectorytree.h \
|
||||
vnote.h \
|
||||
vnotebook.h \
|
||||
dialog/vnewdirdialog.h \
|
||||
vconfigmanager.h \
|
||||
vfilelist.h \
|
||||
dialog/vnewfiledialog.h \
|
||||
vtabwidget.h \
|
||||
vedit.h \
|
||||
veditor.h \
|
||||
vconstants.h \
|
||||
vnotefile.h \
|
||||
vdocument.h \
|
||||
utils/vutils.h \
|
||||
vpreviewpage.h \
|
||||
utils/peg-highlight/pmh_parser.h \
|
||||
hgmarkdownhighlighter.h \
|
||||
utils/peg-highlight/pmh_definitions.h \
|
||||
vstyleparser.h \
|
||||
utils/peg-highlight/pmh_styleparser.h \
|
||||
dialog/vnewnotebookdialog.h
|
||||
|
||||
RESOURCES += \
|
||||
vnote.qrc
|
||||
SUBDIRS = src
|
||||
|
Before Width: | Height: | Size: 223 B After Width: | Height: | Size: 223 B |
Before Width: | Height: | Size: 160 B After Width: | Height: | Size: 160 B |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
61
src/src.pro
Normal file
61
src/src.pro
Normal file
@ -0,0 +1,61 @@
|
||||
#-------------------------------------------------
|
||||
#
|
||||
# Project created by QtCreator 2016-10-01T11:03:59
|
||||
#
|
||||
#-------------------------------------------------
|
||||
|
||||
QT += core gui webenginewidgets webchannel
|
||||
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
|
||||
TARGET = VNote
|
||||
TEMPLATE = app
|
||||
|
||||
|
||||
SOURCES += main.cpp\
|
||||
vmainwindow.cpp \
|
||||
vdirectorytree.cpp \
|
||||
vnote.cpp \
|
||||
vnotebook.cpp \
|
||||
dialog/vnewdirdialog.cpp \
|
||||
vconfigmanager.cpp \
|
||||
vfilelist.cpp \
|
||||
dialog/vnewfiledialog.cpp \
|
||||
vtabwidget.cpp \
|
||||
vedit.cpp \
|
||||
veditor.cpp \
|
||||
vnotefile.cpp \
|
||||
vdocument.cpp \
|
||||
utils/vutils.cpp \
|
||||
vpreviewpage.cpp \
|
||||
utils/peg-highlight/pmh_parser.c \
|
||||
hgmarkdownhighlighter.cpp \
|
||||
vstyleparser.cpp \
|
||||
utils/peg-highlight/pmh_styleparser.c \
|
||||
dialog/vnewnotebookdialog.cpp
|
||||
|
||||
HEADERS += vmainwindow.h \
|
||||
vdirectorytree.h \
|
||||
vnote.h \
|
||||
vnotebook.h \
|
||||
dialog/vnewdirdialog.h \
|
||||
vconfigmanager.h \
|
||||
vfilelist.h \
|
||||
dialog/vnewfiledialog.h \
|
||||
vtabwidget.h \
|
||||
vedit.h \
|
||||
veditor.h \
|
||||
vconstants.h \
|
||||
vnotefile.h \
|
||||
vdocument.h \
|
||||
utils/vutils.h \
|
||||
vpreviewpage.h \
|
||||
utils/peg-highlight/pmh_parser.h \
|
||||
hgmarkdownhighlighter.h \
|
||||
utils/peg-highlight/pmh_definitions.h \
|
||||
vstyleparser.h \
|
||||
utils/peg-highlight/pmh_styleparser.h \
|
||||
dialog/vnewnotebookdialog.h
|
||||
|
||||
RESOURCES += \
|
||||
vnote.qrc
|
Loading…
x
Reference in New Issue
Block a user