forked from teamnwah/openmw-tes3coop
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
|
TEMPLATE = app
|
||||||
TARGET =
|
TARGET =
|
||||||
DEPENDPATH += .
|
DEPENDPATH += .
|
||||||
INCLUDEPATH += .
|
INCLUDEPATH += .
|
||||||
|
|
||||||
# Input
|
# Input
|
||||||
HEADERS += datafilespage.hpp \
|
HEADERS += combobox.hpp \
|
||||||
|
datafilespage.hpp \
|
||||||
|
graphicspage.hpp \
|
||||||
lineedit.hpp \
|
lineedit.hpp \
|
||||||
maindialog.hpp \
|
maindialog.hpp \
|
||||||
playpage.hpp
|
naturalsort.hpp \
|
||||||
|
playpage.hpp \
|
||||||
|
pluginsmodel.hpp \
|
||||||
|
pluginsview.hpp
|
||||||
SOURCES += datafilespage.cpp \
|
SOURCES += datafilespage.cpp \
|
||||||
|
graphicspage.cpp \
|
||||||
lineedit.cpp \
|
lineedit.cpp \
|
||||||
|
main.cpp \
|
||||||
maindialog.cpp \
|
maindialog.cpp \
|
||||||
playpage.cpp
|
naturalsort.cpp \
|
||||||
qrc_resources.cxx
|
playpage.cpp \
|
||||||
|
pluginsmodel.cpp \
|
||||||
|
pluginsview.cpp
|
||||||
RESOURCES += resources.qrc
|
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