From 12bd9b6b2bba50da9c3444dfb42b985ed2a6a7c1 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Mon, 15 Mar 2021 15:32:40 +0100 Subject: Conversion to the cmake building system. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gregory guy Signed-off-by: Slávek Banko --- tutorial/t15/CMakeLists.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tutorial/t15/CMakeLists.txt (limited to 'tutorial/t15/CMakeLists.txt') diff --git a/tutorial/t15/CMakeLists.txt b/tutorial/t15/CMakeLists.txt new file mode 100644 index 000000000..61ae47a67 --- /dev/null +++ b/tutorial/t15/CMakeLists.txt @@ -0,0 +1,18 @@ +include_directories( + ${CMAKE_BINARY_DIR}/include +) + +link_directories() + + +##### t15 (executable) + +tde_add_executable( t15 + + SOURCES + main.cpp + LINK + tqt-mt-shared +) + +tqt_automoc( t15 ) -- cgit v1.2.1