summaryrefslogtreecommitdiff
blob: 856e5fe613584a3a32dde9b5b87b03aee81bf671 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- config.pri
+++ config.pri
@@ -2,7 +2,7 @@
 CONFIG      += release
 
 # Comment the lines bellow if you want to build QTeXEngine statically
-#CONFIG      += QTeXEngineDll
+CONFIG      += QTeXEngineDll
 
 	    
 	    
--- test/test.pro
+++ test/test.pro
@@ -7,6 +7,6 @@
 DESTDIR      = ./
 
 INCLUDEPATH += ../src
-LIBS        += ../libQTeXEngine.a
+LIBS        += ../libQTeXEngine.so
 
 SOURCES += test.cpp