Renamed the launcher executable and icons, added .desktop file and default config, modified/updated some other files
parent
8b58e53be9
commit
118765a274
@ -1,23 +1,30 @@
|
||||
######################################################################
|
||||
# Automatically generated by qmake (2.01a) Tue Mar 29 22:56:27 2011
|
||||
# Automatically generated by qmake (2.01a) Fri Jun 24 21:14:15 2011
|
||||
######################################################################
|
||||
|
||||
TEMPLATE = app
|
||||
TARGET =
|
||||
TARGET =
|
||||
DEPENDPATH += .
|
||||
INCLUDEPATH += .
|
||||
|
||||
# Input
|
||||
HEADERS += datafilespage.hpp \
|
||||
HEADERS += combobox.hpp \
|
||||
datafilespage.hpp \
|
||||
graphicspage.hpp \
|
||||
lineedit.hpp \
|
||||
maindialog.hpp \
|
||||
playpage.hpp
|
||||
|
||||
naturalsort.hpp \
|
||||
playpage.hpp \
|
||||
pluginsmodel.hpp \
|
||||
pluginsview.hpp
|
||||
SOURCES += datafilespage.cpp \
|
||||
graphicspage.cpp \
|
||||
lineedit.cpp \
|
||||
main.cpp \
|
||||
maindialog.cpp \
|
||||
playpage.cpp
|
||||
qrc_resources.cxx
|
||||
|
||||
naturalsort.cpp \
|
||||
playpage.cpp \
|
||||
pluginsmodel.cpp \
|
||||
pluginsview.cpp
|
||||
RESOURCES += resources.qrc
|
||||
RC_FILE = launcher.rc
|
||||
win32:RC_FILE = launcher.rc
|
@ -1 +1 @@
|
||||
IDI_ICON1 ICON DISCARDABLE "resources/images/openmw-icon.ico"
|
||||
IDI_ICON1 ICON DISCARDABLE "resources/images/openmw.ico"
|
||||
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 59 KiB |
@ -0,0 +1,5 @@
|
||||
[Profiles]
|
||||
CurrentProfile=Default
|
||||
Default\Master0=Morrowind.esm
|
||||
Default\Master1=Tribunal.esm
|
||||
Default\Master2=Bloodmoon.esm
|
@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Version=0.11
|
||||
Type=Application
|
||||
Name=OpenMW Launcher
|
||||
GenericName=Role Playing Game
|
||||
Comment=An engine replacement for The Elder Scrolls III: Morrowind
|
||||
TryExec=omwlauncher
|
||||
Exec=omwlauncher
|
||||
Icon=openmw
|
||||
Categories=Game;RolePlaying;
|
Loading…
Reference in New Issue