Merge pull request #12 from QuasarApp/task_1

ref #Changed directories in the project stucture, changed file exampl…
This commit is contained in:
Andrei Yankovich 2021-04-07 20:36:01 +03:00 committed by GitHub
commit d4d840380d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 4 additions and 4 deletions

View File

@ -21,5 +21,5 @@ include(../CMake/ProjectOut.cmake)
include(../CMake/Version.cmake)
include(../CMake/QtUtils.cmake)
add_subdirectory(Library)
add_subdirectory(Example)
add_subdirectory(CFixer)
add_subdirectory(CopyrighFixer)

View File

@ -6,7 +6,7 @@
//#
#include <QtTest>
#include "exampletest.h"
#include "cfixertest.h"
/**
* @brief The tstMain class - this is main test class

View File

@ -6,7 +6,7 @@
//#
#include "exampletest.h"
#include "cfixertest.h"
ExampleTest::ExampleTest() {