1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

LP-03 slash name, win32 issue

This commit is contained in:
Laurent Lalanne 2015-07-08 23:38:24 +02:00
parent 4d4e02619b
commit b43e533cf6
4 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ include(../libs/version_info/version_info.pri)
LIBS *= -l$$qtLibraryName(ExtensionSystem) -l$$qtLibraryName(Aggregation)
win32 {
RC_FILE = openpilotgcs.rc
RC_FILE = librepilotgcs.rc
target.path = /bin
INSTALLS += target
} else:macx {
@ -39,7 +39,7 @@ win32 {
}
}
OTHER_FILES += openpilotgcs.rc
OTHER_FILES += librepilotgcs.rc
RESOURCES += \
appresources.qrc

View File

@ -1,5 +1,5 @@
<RCC>
<qresource prefix="/app">
<file>librepilot_splash.png</file>
<file>splash.png</file>
</qresource>
</RCC>

View File

@ -35,7 +35,7 @@ GCSSplashScreen::GCSSplashScreen() :
QSplashScreen(), m_pixmap(0), m_painter(0)
{
setWindowFlags(windowFlags());
m_pixmap = new QPixmap(":/app/librepilot_splash.png");
m_pixmap = new QPixmap(":/app/splash.png");
m_painter = new QPainter(m_pixmap);
m_painter->setPen(Qt::lightGray);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB