using maddy for markdown parsing
This commit is contained in:
10
WorkPad.pro
Executable file → Normal file
10
WorkPad.pro
Executable file → Normal file
@@ -1,13 +1,13 @@
|
||||
QT += core gui
|
||||
|
||||
greaterThan(QT_MAJOR_VERSION, 5): QT += widgets
|
||||
greaterThan(QT_MAJOR_VERSION, 5): QT += widgets webenginewidgets
|
||||
|
||||
CONFIG += c++17
|
||||
|
||||
win32:VERSION = 2.1.0.0 # major.minor.patch.build
|
||||
else:VERSION = 2.1.0 # major.minor.patch
|
||||
win32:VERSION = 3.0.0.0 # major.minor.patch.build
|
||||
else:VERSION = 3.0.0 # major.minor.patch
|
||||
|
||||
DEFINES += APP_VERSION=\"\\\"$${VERSION}\\\"\"
|
||||
DEFINES += APP_VERSION=\"\\\"$${VERSION}-rc1\\\"\"
|
||||
DEFINES += APP_NAME=\"\\\"WorkPad\\\"\"
|
||||
|
||||
# remove possible other optimization flags
|
||||
@@ -83,6 +83,8 @@ SOURCES += \
|
||||
src/services/savemanager.cpp
|
||||
|
||||
HEADERS += \
|
||||
maddy/parserconfig.h \
|
||||
maddy/parser.h \
|
||||
src/frames/configdialog.h \
|
||||
src/services/configmanager.h \
|
||||
src/frames/exportdialog.h \
|
||||
|
||||
Reference in New Issue
Block a user