git-svn-id: svn://db.shs.com.ru/libs@210 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2017-05-16 12:14:00 +00:00
parent c077c43f5e
commit 0e28c059cc
3 changed files with 3 additions and 6 deletions

View File

@@ -8,8 +8,8 @@ if(NOT LIBPROJECT)
if(DEBUG)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g3")
endif()
include(QtProject)
endif()
include(QtProject)
find_package(QAD REQUIRED)
include_directories(${PIP_INCLUDES} ${QAD_INCLUDES})
set(LIBS ${PIP_LIBRARY} ${QAD_UTILS_LIBRARY})