From 84f87144303c408e5258574b391685bee030d437 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 15:42:53 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/libs@226 a8b55f48-bf90-11e4-a774-851b48703e85 --- piqt/piqt.h | 2 +- qad/CMakeLists.txt | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/piqt/piqt.h b/piqt/piqt.h index 28045e2..74a3bee 100644 --- a/piqt/piqt.h +++ b/piqt/piqt.h @@ -5,7 +5,7 @@ #include "pimathmatrix.h" #include "pitime.h" #include "pivariant.h" -#include "qad_types.h" +#include "qad/qad_types.h" #include #include #include diff --git a/qad/CMakeLists.txt b/qad/CMakeLists.txt index ab63900..fbe2038 100644 --- a/qad/CMakeLists.txt +++ b/qad/CMakeLists.txt @@ -16,9 +16,7 @@ find_package(OpenGL REQUIRED) if (MINGW) find_package(MinGW REQUIRED) endif() -#include_directories(${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR} ${QT_INCLUDES}) -#set(LIBS ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${QT_QTOPENGL_LIBRARY} ${OPENGL_LIBRARIES} qad_widgets qad_utils) if (NOT LIBPROJECT) if (LIB) if (WIN32)