This commit is contained in:
yangjiaxuan 2023-03-07 14:20:27 +08:00
parent 8428f5ca3c
commit 73845230d7
5 changed files with 6 additions and 30 deletions

Binary file not shown.

View File

@ -1004,7 +1004,7 @@ Page range will be &apos;Chosen Pages&apos;.</source>
<message>
<location filename="dialog_imageinfo.ui" line="14"/>
<source>Image information</source>
<translation></translation>
<translation></translation>
</message>
<message>
<location filename="dialog_imageinfo.cpp" line="21"/>
@ -1358,7 +1358,7 @@ Continue to clear?</source>
<message>
<location filename="dialog_multirotate.ui" line="26"/>
<source>Multiple rotation</source>
<translation></translation>
<translation></translation>
</message>
<message>
<location filename="dialog_multirotate.ui" line="34"/>
@ -1433,12 +1433,12 @@ This operation will NOT rotate the files that may contain multiple pages, such a
<message>
<location filename="dialog_multirotateimagefile.ui" line="14"/>
<source>Dialog</source>
<translation></translation>
<translation></translation>
</message>
<message>
<location filename="dialog_multirotateimagefile.ui" line="55"/>
<source>stop</source>
<translation></translation>
<translation></translation>
</message>
<message>
<location filename="dialog_multirotateimagefile.cpp" line="139"/>
@ -1448,7 +1448,7 @@ This operation will NOT rotate the files that may contain multiple pages, such a
<message>
<location filename="dialog_multirotateimagefile.cpp" line="139"/>
<source>multirotate operation failed: </source>
<translation> </translation>
<translation> </translation>
</message>
<message>
<location filename="dialog_multirotateimagefile.cpp" line="140"/>
@ -1465,7 +1465,7 @@ This operation will NOT rotate the files that may contain multiple pages, such a
<message>
<location filename="dialog_openimageindex.ui" line="14"/>
<source>Open Page</source>
<translation>...</translation>
<translation></translation>
</message>
<message>
<location filename="dialog_openimageindex.ui" line="22"/>

View File

@ -97,12 +97,8 @@ win32 {
CONFIG(release, debug|release) {
DESTDIR = ../../../../release/win/x86/Release/
QMAKE_LFLAGS += /MANIFESTUAC:"level='requireAdministrator' uiAccess='false'"
QMAKE_CFLAGS_RELEASE += -MT
QMAKE_CXXFLAGS_RELEASE += -MT
}
CONFIG(debug, debug|release) {
QMAKE_CFLAGS_DEBUG += -MTd
QMAKE_CXXFLAGS_DEBUG += -MTd
}
}
contains(QT_ARCH, x86_64){
@ -110,12 +106,8 @@ win32 {
CONFIG(release, debug|release) {
DESTDIR = ../../../../release/win/x64/Release/
QMAKE_LFLAGS += /MANIFESTUAC:"level='requireAdministrator' uiAccess='false'"
QMAKE_CFLAGS_RELEASE += -MT
QMAKE_CXXFLAGS_RELEASE += -MT
}
CONFIG(debug, debug|release) {
QMAKE_CFLAGS_DEBUG += -MTd
QMAKE_CXXFLAGS_DEBUG += -MTd
}
}
}

View File

@ -96,12 +96,8 @@ win32 {
CONFIG(release, debug|release) {
DESTDIR = ../../../../release/win/x86/Release/
QMAKE_LFLAGS += /MANIFESTUAC:"level='requireAdministrator' uiAccess='false'"
QMAKE_CFLAGS_RELEASE += -MT
QMAKE_CXXFLAGS_RELEASE += -MT
}
CONFIG(debug, debug|release) {
QMAKE_CFLAGS_DEBUG += -MTd
QMAKE_CXXFLAGS_DEBUG += -MTd
}
}
contains(QT_ARCH, x86_64){
@ -109,12 +105,8 @@ win32 {
CONFIG(release, debug|release) {
DESTDIR = ../../../../release/win/x64/Release/
QMAKE_LFLAGS += /MANIFESTUAC:"level='requireAdministrator' uiAccess='false'"
QMAKE_CFLAGS_RELEASE += -MT
QMAKE_CXXFLAGS_RELEASE += -MT
}
CONFIG(debug, debug|release) {
QMAKE_CFLAGS_DEBUG += -MTd
QMAKE_CXXFLAGS_DEBUG += -MTd
}
}
}

View File

@ -45,12 +45,8 @@ win32 {
CONFIG(release, debug|release) {
QMAKE_LFLAGS += /MANIFESTUAC:"level='requireAdministrator' uiAccess='false'"
DESTDIR = ../../../../release/win/x86/Release/
QMAKE_CFLAGS_RELEASE += -MT
QMAKE_CXXFLAGS_RELEASE += -MT
}
CONFIG(debug, debug|release) {
QMAKE_CFLAGS_DEBUG += -MTd
QMAKE_CXXFLAGS_DEBUG += -MTd
}
}
contains(QT_ARCH, x86_64){
@ -58,12 +54,8 @@ win32 {
CONFIG(release, debug|release) {
QMAKE_LFLAGS += /MANIFESTUAC:"level='requireAdministrator' uiAccess='false'"
DESTDIR = ../../../../release/win/x64/Release/
QMAKE_CFLAGS_RELEASE += -MT
QMAKE_CXXFLAGS_RELEASE += -MT
}
CONFIG(debug, debug|release) {
QMAKE_CFLAGS_DEBUG += -MTd
QMAKE_CXXFLAGS_DEBUG += -MTd
}
}