/
/CMakeLists.txt
1 cmake_minimum_required(VERSION 2.6)
2
3 project(qt)
4
5 add_subdirectory(src)
6
7 include(UseDoxygen OPTIONAL)