diff --git a/apps/launcher/CMakeLists.txt b/apps/launcher/CMakeLists.txt index 38a894866..37406af35 100644 --- a/apps/launcher/CMakeLists.txt +++ b/apps/launcher/CMakeLists.txt @@ -8,6 +8,8 @@ set(LAUNCHER playpage.cpp pluginsmodel.cpp pluginsview.cpp + + launcher.rc ) set(LAUNCHER_HEADER diff --git a/apps/launcher/launcher.pro b/apps/launcher/launcher.pro deleted file mode 100644 index 0b4e4618d..000000000 --- a/apps/launcher/launcher.pro +++ /dev/null @@ -1,30 +0,0 @@ -###################################################################### -# Automatically generated by qmake (2.01a) Fri Jun 24 21:14:15 2011 -###################################################################### - -TEMPLATE = app -TARGET = -DEPENDPATH += . -INCLUDEPATH += . - -# Input -HEADERS += combobox.hpp \ - datafilespage.hpp \ - graphicspage.hpp \ - lineedit.hpp \ - maindialog.hpp \ - naturalsort.hpp \ - playpage.hpp \ - pluginsmodel.hpp \ - pluginsview.hpp -SOURCES += datafilespage.cpp \ - graphicspage.cpp \ - lineedit.cpp \ - main.cpp \ - maindialog.cpp \ - naturalsort.cpp \ - playpage.cpp \ - pluginsmodel.cpp \ - pluginsview.cpp -RESOURCES += resources.qrc -win32:RC_FILE = launcher.rc diff --git a/apps/launcher/resources/images/openmw.ico b/apps/launcher/resources/images/openmw.ico index c04fc3d9c..aa248e6ad 100644 Binary files a/apps/launcher/resources/images/openmw.ico and b/apps/launcher/resources/images/openmw.ico differ