We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb0b865 commit 9a54a64Copy full SHA for 9a54a64
src/qtviewer/CMakeLists.txt
@@ -12,7 +12,6 @@ FIND_PACKAGE(Qt4 COMPONENTS QtCore QtGui QtOpenGL)
12
13
INCLUDE(${QT_USE_FILE})
14
SET(CMAKE_PACKAGE_QTGUI TRUE)
15
-SET(CMAKE_PACKAGE_QTSVG TRUE)
16
17
# Find QT header files
18
IF("$ENV{QT_INCLUDE_DIR}" STREQUAL "")
@@ -25,7 +24,7 @@ ELSE()
25
24
ENDIF()
26
27
28
-INCLUDE_DIRECTORIES(${QGLViewer_INCLUDE_DIR})
+INCLUDE_DIRECTORIES(${QT_INCLUDE_DIR})
29
30
SET(QTviewer_SRCS
31
../../src/qtviewer/mainwindow.h
src/qtviewer/mainwindow.h
@@ -6,7 +6,6 @@
6
#include <qobject.h>
7
#include <QMainWindow>
8
#include <QString>
9
-#include <qobject.h>
10
#include "../ifcgeom/IfcGeomObjects.h"
11
class ObjectsView;
0 commit comments