add thread, export to pdf, new css
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user