mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Include splash file in resources
This commit is contained in:
parent
5259a5b619
commit
4f2a9cb133
@ -11,7 +11,6 @@ QT4_ADD_RESOURCES(IMAGE_RCC_SRCS ${IMAGE_RCCS})
|
||||
########################################################
|
||||
# Continue on to subdirs
|
||||
ADD_SUBDIRECTORY(north_arrows)
|
||||
ADD_SUBDIRECTORY(splash)
|
||||
ADD_SUBDIRECTORY(icons)
|
||||
ADD_SUBDIRECTORY(themes)
|
||||
ADD_SUBDIRECTORY(svg)
|
||||
|
@ -346,6 +346,7 @@
|
||||
<file>themes/gis/plugins/scale_bar.png</file>
|
||||
<file>themes/gis/plugins/spit.png</file>
|
||||
<file>themes/gis/plugins/wfs.png</file>
|
||||
<file>splash/splash.png</file>
|
||||
</qresource>
|
||||
<qresource prefix="/images/tips">
|
||||
<file alias="symbol_levels.png">qgis_tips/symbol_levels.png</file>
|
||||
|
@ -1,5 +0,0 @@
|
||||
|
||||
FILE (GLOB IMAGES *.png)
|
||||
|
||||
INSTALL (FILES ${IMAGES}
|
||||
DESTINATION ${QGIS_DATA_DIR}/images/splash)
|
@ -344,7 +344,7 @@ const QString QgsApplication::qgisUserDbFilePath()
|
||||
*/
|
||||
const QString QgsApplication::splashPath()
|
||||
{
|
||||
return mPkgDataPath + QString( "/images/splash/" );
|
||||
return QString( ":/images/splash/" );
|
||||
}
|
||||
|
||||
/*!
|
||||
|
Loading…
x
Reference in New Issue
Block a user