You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-tex/qtexengine/files/qtexengine-0.3-dynlib.patch

22 lines
425 B

--- 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