Typo
This commit is contained in:
@@ -87,8 +87,8 @@ if ( BUILD_APPS )
|
|||||||
INSTALL(FILES ${files_install_app_dlls} DESTINATION . )
|
INSTALL(FILES ${files_install_app_dlls} DESTINATION . )
|
||||||
|
|
||||||
# platform plugins for qt shoulb be installed along with the apps to run on the target systems
|
# platform plugins for qt shoulb be installed along with the apps to run on the target systems
|
||||||
if (EXISTS ${CMAKE_BINARY_DIR}/Build/plugins/platform )
|
if (EXISTS ${CMAKE_BINARY_DIR}/Build/plugins/platforms )
|
||||||
FILE(GLOB files_install_app_platform_dlls "${CMAKE_BINARY_DIR}/Build/plugins/platform/*.dll" )
|
FILE(GLOB files_install_app_platform_dlls "${CMAKE_BINARY_DIR}/Build/plugins/platforms/*.dll" )
|
||||||
INSTALL(FILES ${files_install_app_platform_dlls} DESTINATION . )
|
INSTALL(FILES ${files_install_app_platform_dlls} DESTINATION . )
|
||||||
|
|
||||||
# Create a qt.conf file to find plugins on windows
|
# Create a qt.conf file to find plugins on windows
|
||||||
|
|||||||
Reference in New Issue
Block a user