mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-12 13:14:38 +00:00
Move main_window files into their own sub-directory
This commit is contained in:
parent
b3293ab316
commit
406d8843f5
2
Rakefile
2
Rakefile
@ -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").
|
||||
|
@ -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"
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user