diff --git a/src/breakpad/CrashReporter/CMakeLists.txt b/src/crashreporter/CMakeLists.txt similarity index 94% rename from src/breakpad/CrashReporter/CMakeLists.txt rename to src/crashreporter/CMakeLists.txt index 622d4843b..ee1628cb1 100644 --- a/src/breakpad/CrashReporter/CMakeLists.txt +++ b/src/crashreporter/CMakeLists.txt @@ -5,7 +5,7 @@ setup_qt() set(crashreporter_SOURCES main.cpp CrashReporter.cpp) set(crashreporter_UI CrashReporter.ui) -set(crashreporter_RC ../../../resources.qrc) +set(crashreporter_RC ../../resources.qrc) qt_wrap_ui( crashreporter_UI_HEADERS ${crashreporter_UI} ) qt_add_resources( crashreporter_RC_RCC ${crashreporter_RC} ) diff --git a/src/breakpad/CrashReporter/CrashReporter.cpp b/src/crashreporter/CrashReporter.cpp similarity index 100% rename from src/breakpad/CrashReporter/CrashReporter.cpp rename to src/crashreporter/CrashReporter.cpp diff --git a/src/breakpad/CrashReporter/CrashReporter.h b/src/crashreporter/CrashReporter.h similarity index 100% rename from src/breakpad/CrashReporter/CrashReporter.h rename to src/crashreporter/CrashReporter.h diff --git a/src/breakpad/CrashReporter/CrashReporter.ui b/src/crashreporter/CrashReporter.ui similarity index 100% rename from src/breakpad/CrashReporter/CrashReporter.ui rename to src/crashreporter/CrashReporter.ui diff --git a/src/breakpad/CrashReporter/main.cpp b/src/crashreporter/main.cpp similarity index 100% rename from src/breakpad/CrashReporter/main.cpp rename to src/crashreporter/main.cpp