Nick D'Ademo

Results 18 comments of Nick D'Ademo

Any plan to get this PR merged into master?

Very nice! Looking forward to this one ;)

+1 for this idea! Perhaps the `out` cmdline param could be also be specified as `out_` + `reportername`, i.e.: `--out_junit=C:/path_to_some_file.xml`

> The reason for explicit confirmation in step 3 is that step 2 may be lengthy and unpredictable. You don't want the app to shut down under the user's hands...

> > > > Definitely! Though, aren't we already doing this if we call win_sparkle_check_update_with_ui_and_install()? (lengthy download followed by an install with no confirmation - which could occur while the...

Related to or duplicate of? https://github.com/doctest/doctest/issues/665

Possibly related to this - I am receiving the following error: CMake Error at cmake/cotire.cmake:2756 (add_dependencies): The dependency target "QtApp_automoc" of target "QtApp_unity" does not exist. Call Stack (most recent...

I sure do. Via: set(CMAKE_AUTOMOC ON)

Out of AUTOMOC, AUTOUIC and AUTORCC, only AUTOMOC is set.

Still getting this error after giving Cotire another go: ``` -- Configuring done CMake Error at cmake/cotire.cmake:2938 (add_dependencies): The dependency target "QtApp_automoc" of target "QtApp_unity" does not exist. Call Stack...