Browse Source

dist: Moving Windows files into separate directory (#9159)

Just to get the OS-specific files out of the root directory.

Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com> (github: thopiekar)
QGC4.4
Thomas Karl Pietrowski 4 years ago committed by GitHub
parent
commit
b8f0bf0e70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      qgroundcontrol.pro
  2. 0
      windows/WindowsQGC.ico
  3. 0
      windows/installheader.bmp

4
qgroundcontrol.pro

@ -62,8 +62,8 @@ QGC_APP_DESCRIPTION = "Open source ground control app provided by QGroundControl
QGC_APP_COPYRIGHT = "Copyright (C) 2019 QGroundControl Development Team. All rights reserved." QGC_APP_COPYRIGHT = "Copyright (C) 2019 QGroundControl Development Team. All rights reserved."
WindowsBuild { WindowsBuild {
QGC_INSTALLER_ICON = "$$SOURCE_DIR\\WindowsQGC.ico" QGC_INSTALLER_ICON = "$$SOURCE_DIR\\windows\\WindowsQGC.ico"
QGC_INSTALLER_HEADER_BITMAP = "$$SOURCE_DIR\\installheader.bmp" QGC_INSTALLER_HEADER_BITMAP = "$$SOURCE_DIR\\windows\\installheader.bmp"
} }
# Load additional config flags from user_config.pri # Load additional config flags from user_config.pri

0
WindowsQGC.ico → windows/WindowsQGC.ico

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

0
installheader.bmp → windows/installheader.bmp

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Loading…
Cancel
Save