1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02:00

Move src/breakdpad/CrashReporter to src/crashreporter

This commit is contained in:
Dominik Schmidt
2013-05-24 11:49:39 +02:00
parent 849bb7e773
commit 54101c9177
5 changed files with 1 additions and 1 deletions

View File

@@ -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} )