add thread, export to pdf, new css

This commit is contained in:
2024-11-28 19:14:32 +01:00
parent b014daad7e
commit f99ab4741b
10 changed files with 1209 additions and 26 deletions

View File

@@ -7,7 +7,7 @@ CONFIG += c++17
win32:VERSION = 3.0.0.0 # major.minor.patch.build
else:VERSION = 3.0.0 # major.minor.patch
DEFINES += APP_VERSION=\"\\\"$${VERSION}-rc1\\\"\"
DEFINES += APP_VERSION=\"\\\"$${VERSION}-rc2\\\"\"
DEFINES += APP_NAME=\"\\\"WorkPad\\\"\"
# remove possible other optimization flags
@@ -111,4 +111,5 @@ else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
RESOURCES += \
icons.qrc
icons.qrc \
static.qrc