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})