Skip to content

Commit

Permalink
Fused ui-qt and ui-console together into ui-cpp.
Browse files Browse the repository at this point in the history
The corresp. CMake option now simply chooses which part of the main is compiled (and which sources are considered at all).
  • Loading branch information
GPMueller committed Aug 28, 2017
1 parent 766f44c commit daca12b
Show file tree
Hide file tree
Showing 63 changed files with 487 additions and 696 deletions.
5 changes: 2 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,9 @@ add_subdirectory( core )
if( SPIRIT_BUILD_FOR_CXX )
if ( UI_CXX_USE_QT )
add_subdirectory( VFRendering )
add_subdirectory( ui-qt )
else()
add_subdirectory( ui-console )
add_definitions( -DUI_CXX_USE_QT )
endif()
add_subdirectory( ui-cpp )
endif()
### Web UI
if( SPIRIT_BUILD_FOR_JS )
Expand Down
92 changes: 0 additions & 92 deletions ui-console/CMakeLists.txt

This file was deleted.

15 changes: 0 additions & 15 deletions ui-console/README.md

This file was deleted.

39 changes: 0 additions & 39 deletions ui-console/include/InputParser.hpp

This file was deleted.

27 changes: 0 additions & 27 deletions ui-console/include/Threading.hpp

This file was deleted.

91 changes: 0 additions & 91 deletions ui-console/main.cpp

This file was deleted.

Loading

0 comments on commit daca12b

Please sign in to comment.