clang fixes

This commit is contained in:
rjindael 2023-07-17 22:32:26 -07:00
parent 56eaaed9d7
commit acaa5b72a1
No known key found for this signature in database
GPG Key ID: D069369C906CCF31
7 changed files with 3 additions and 14 deletions

View File

@ -12,13 +12,5 @@ list(APPEND HEADER
qt_standard_project_setup()
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_link_libraries(Common PUBLIC ${QT6_LIBRARIES_INCL} Engine)

View File

@ -8,7 +8,6 @@
/*
* 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
*/
#define PRODUCT_LANGUAGE 0x0409 // en-US

View File

@ -15,7 +15,7 @@
IDI_ICON1 ICON APP_ICON
LANGUAGE PRODUCT_LANGUAGE, SUBLANG_DEFAULT
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
VS_VERSION_INFO VERSIONINFO
FILEVERSION VERSION_RESOURCE

View File

@ -8,7 +8,6 @@
/*
* 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
*/
#define PRODUCT_LANGUAGE 0x0409 // en-US

View File

@ -15,7 +15,7 @@
IDI_ICON1 ICON APP_ICON
LANGUAGE PRODUCT_LANGUAGE, SUBLANG_DEFAULT
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
VS_VERSION_INFO VERSIONINFO
FILEVERSION VERSION_RESOURCE

View File

@ -8,7 +8,6 @@
/*
* 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
*/
#define PRODUCT_LANGUAGE 0x0409 // en-US

View File

@ -15,7 +15,7 @@
IDI_ICON1 ICON APP_ICON
LANGUAGE PRODUCT_LANGUAGE, SUBLANG_DEFAULT
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
VS_VERSION_INFO VERSIONINFO
FILEVERSION VERSION_RESOURCE