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:
parent
4d4e02619b
commit
b43e533cf6
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
<RCC>
|
||||
<qresource prefix="/app">
|
||||
<file>librepilot_splash.png</file>
|
||||
<file>splash.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
@ -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 |
Loading…
Reference in New Issue
Block a user