Skip to content
Snippets Groups Projects
Commit d96df4ad authored by tobiglaser's avatar tobiglaser
Browse files

configure T2C

parent 53084cee
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 3.5) cmake_minimum_required(VERSION 3.5)
add_subdirectory(Counter) add_subdirectory(Counter)
\ No newline at end of file add_subdirectory(Text2Console)
\ No newline at end of file
...@@ -18,6 +18,8 @@ set(PROJECT_SOURCES ...@@ -18,6 +18,8 @@ set(PROJECT_SOURCES
main.cpp main.cpp
mainwindow.cpp mainwindow.cpp
mainwindow.h mainwindow.h
control.cpp
control.h
) )
if(${QT_VERSION_MAJOR} GREATER_EQUAL 6) if(${QT_VERSION_MAJOR} GREATER_EQUAL 6)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment