From 4d156f8b18705f055a03b04e29e49c1a78216dbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Tue, 16 May 2017 12:15:32 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/libs@211 a8b55f48-bf90-11e4-a774-851b48703e85 --- piqt/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/piqt/CMakeLists.txt b/piqt/CMakeLists.txt index aa5d884..1450229 100644 --- a/piqt/CMakeLists.txt +++ b/piqt/CMakeLists.txt @@ -9,7 +9,6 @@ if(NOT LIBPROJECT) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g3") endif() endif() -include(QtProject) find_package(QAD REQUIRED) include_directories(${PIP_INCLUDES} ${QAD_INCLUDES}) set(LIBS ${PIP_LIBRARY} ${QAD_UTILS_LIBRARY})