Move main_window files into their own sub-directory

This commit is contained in:
Moritz Bunkus 2012-04-11 01:53:43 +02:00
parent b3293ab316
commit 406d8843f5
4 changed files with 3 additions and 3 deletions

View File

@ -653,7 +653,7 @@ end
if $build_mkvtoolnix_gui
ui_files = FileList["src/mkvtoolnix-gui/forms/**/*.ui"].to_a
ui_files.each do |ui|
file ui.ext('cpp').gsub(/forms\//, '') => ui.ext('h')
file ui.ext('cpp').gsub(/forms\/(.*)\.cpp$/, '\1/\1.cpp') => ui.ext('h')
end
Application.new("src/mkvtoolnix-gui/mkvtoolnix-gui").

View File

@ -1,7 +1,7 @@
#include "common/common_pch.h"
#include "common/qt.h"
#include "mkvtoolnix-gui/main_window.h"
#include "mkvtoolnix-gui/main_window/main_window.h"
#include "mkvtoolnix-gui/forms/main_window.h"
#include "mkvtoolnix-gui/util/file_identifier.h"
#include "mkvtoolnix-gui/util/file_type_filter.h"

View File

@ -4,7 +4,7 @@
#include "mkvtoolnix-gui/app.h"
#include "mkvtoolnix-gui/mkvtoolnix_gui.h"
#include "mkvtoolnix-gui/main_window.h"
#include "mkvtoolnix-gui/main_window/main_window.h"
int
main(int argc,