From 2b0fe738ee037f5b1c78ddfea8efc1a2681e68c1 Mon Sep 17 00:00:00 2001 From: ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ Date: Wed, 2 Oct 2019 22:56:58 +0800 Subject: Add TicketHistory --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a8b696d..f4ff8be 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,6 +9,7 @@ find_package(Qt5Core) add_library(${PROJECT_NAME} STATIC user.cxx ticket.cxx + tickethistory.cxx client.cxx) target_link_libraries(${PROJECT_NAME} Qt5::Core) -- cgit v1.3