From 2bd59336c1b16c1bab5df6a42ca32fe755d562be Mon Sep 17 00:00:00 2001 From: Gres Date: Sat, 11 Apr 2015 12:02:55 +0300 Subject: [PATCH] Dynamic libs linking. --- ScreenTranslator.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ScreenTranslator.pro b/ScreenTranslator.pro index ca5b294..0d6fa39 100644 --- a/ScreenTranslator.pro +++ b/ScreenTranslator.pro @@ -11,10 +11,10 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = ScreenTranslator TEMPLATE = app -INCLUDEPATH += D:/Files/build/include +INCLUDEPATH += ../include -LIBS += -static -LD:/Files/build/bin -ltesseract -llept -ltiff -lgif -ljpeg -lz -win32{LIBS += -lWs2_32} +LIBS += -L../bin -ltesseract -llept -ltiff -lgif -ljpeg -lz +LIBS += -lWs2_32 SOURCES += main.cpp\ Manager.cpp \