From b691110dd3ef831b33485db214b584bdb70e649e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 26 Aug 2021 02:39:58 +0200 Subject: Initial TQt conversion. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index eaf05a3..481ab0a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ project(ksshaskpass) # the name of your project cmake_minimum_required(VERSION 2.4.0) -find_package(Qt3 REQUIRED) # find and setup Qt3 for this project +find_package(TQt REQUIRED) # find and setup TQt for this project find_package(KDE3 REQUIRED) # find and setup KDE3 for this project add_definitions(${QT_DEFINITIONS} ${KDE3_DEFINITIONS}) -- cgit v1.2.1