blob: f339d81a53fbdba2fedf5f0a7550fa6c26ddbb8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/QGLViewer/QGLViewer.pro b/QGLViewer/QGLViewer.pro
index f9afe8089..63f74736e 100644
--- a/QGLViewer/QGLViewer.pro
+++ b/QGLViewer/QGLViewer.pro
@@ -7,7 +7,7 @@
TEMPLATE = lib
TARGET = QGLViewer
VERSION = 2.7.0
-CONFIG *= qt opengl warn_on shared thread create_prl rtti no_keywords
+CONFIG *= qt opengl warn_on thread create_prl rtti no_keywords
QGL_HEADERS = \
qglviewer.h \
|