clang fixes
This commit is contained in:
parent
56eaaed9d7
commit
acaa5b72a1
|
|
@ -12,13 +12,5 @@ list(APPEND HEADER
|
||||||
qt_standard_project_setup()
|
qt_standard_project_setup()
|
||||||
qt_add_library(Common STATIC ${SOURCE} ${HEADER})
|
qt_add_library(Common STATIC ${SOURCE} ${HEADER})
|
||||||
|
|
||||||
if(WIN32)
|
|
||||||
add_custom_command(TARGET Common POST_BUILD
|
|
||||||
COMMAND ${TOOL_WINDEPLOYQT}
|
|
||||||
$<TARGET_FILE:Common>
|
|
||||||
COMMENT "Running windeployqt..."
|
|
||||||
)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
target_include_directories(Common PUBLIC Header)
|
target_include_directories(Common PUBLIC Header)
|
||||||
target_link_libraries(Common PUBLIC ${QT6_LIBRARIES_INCL} Engine)
|
target_link_libraries(Common PUBLIC ${QT6_LIBRARIES_INCL} Engine)
|
||||||
|
|
@ -8,7 +8,6 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* These properties are part of VarFileInfo.
|
* These properties are part of VarFileInfo.
|
||||||
* PRODUCT_LANGUAGE is also the resource file's recognizer (but still shares the same value.)
|
|
||||||
* For more information, please see: https://learn.microsoft.com/en-us/windows/win32/menurc/varfileinfo-block
|
* For more information, please see: https://learn.microsoft.com/en-us/windows/win32/menurc/varfileinfo-block
|
||||||
*/
|
*/
|
||||||
#define PRODUCT_LANGUAGE 0x0409 // en-US
|
#define PRODUCT_LANGUAGE 0x0409 // en-US
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
IDI_ICON1 ICON APP_ICON
|
IDI_ICON1 ICON APP_ICON
|
||||||
|
|
||||||
LANGUAGE PRODUCT_LANGUAGE, SUBLANG_DEFAULT
|
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION VERSION_RESOURCE
|
FILEVERSION VERSION_RESOURCE
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,6 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* These properties are part of VarFileInfo.
|
* These properties are part of VarFileInfo.
|
||||||
* PRODUCT_LANGUAGE is also the resource file's recognizer (but still shares the same value.)
|
|
||||||
* For more information, please see: https://learn.microsoft.com/en-us/windows/win32/menurc/varfileinfo-block
|
* For more information, please see: https://learn.microsoft.com/en-us/windows/win32/menurc/varfileinfo-block
|
||||||
*/
|
*/
|
||||||
#define PRODUCT_LANGUAGE 0x0409 // en-US
|
#define PRODUCT_LANGUAGE 0x0409 // en-US
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
IDI_ICON1 ICON APP_ICON
|
IDI_ICON1 ICON APP_ICON
|
||||||
|
|
||||||
LANGUAGE PRODUCT_LANGUAGE, SUBLANG_DEFAULT
|
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION VERSION_RESOURCE
|
FILEVERSION VERSION_RESOURCE
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,6 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* These properties are part of VarFileInfo.
|
* These properties are part of VarFileInfo.
|
||||||
* PRODUCT_LANGUAGE is also the resource file's recognizer (but still shares the same value.)
|
|
||||||
* For more information, please see: https://learn.microsoft.com/en-us/windows/win32/menurc/varfileinfo-block
|
* For more information, please see: https://learn.microsoft.com/en-us/windows/win32/menurc/varfileinfo-block
|
||||||
*/
|
*/
|
||||||
#define PRODUCT_LANGUAGE 0x0409 // en-US
|
#define PRODUCT_LANGUAGE 0x0409 // en-US
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
IDI_ICON1 ICON APP_ICON
|
IDI_ICON1 ICON APP_ICON
|
||||||
|
|
||||||
LANGUAGE PRODUCT_LANGUAGE, SUBLANG_DEFAULT
|
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION VERSION_RESOURCE
|
FILEVERSION VERSION_RESOURCE
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue