Commit c754742e authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov
parent 77623e51
......@@ -59,6 +59,4 @@ linux-g++ {
CONFIG += link_pkgconfig
PKGCONFIG += glib-2.0 gdk-2.0 gtkglext-1.0 atk cairo gtk+-unix-print-2.0
LIBS += -lz
}
......@@ -41,16 +41,18 @@ MOC_DIR = $$DESTINATION_BUILD_MOC
# common projects --------------------------------------
#zlib
#CONFIG += build_all_zlib build_zlib_as_sources
#include($$PWD/../../../OfficeUtils/OfficeUtils.pri)
CONFIG += build_all_zlib build_zlib_as_sources
include($$PWD/../../../OfficeUtils/OfficeUtils.pri)
#hunspell
#include($$PWD/../../hunspell-1.3.3/src/qt/hunspell.pri)
#graphics
#include($$PWD/../../Qt_build/graphics/project/graphics.pri)
DEFINES += HUNSPELL_STATIC
CONFIG += building_hunspell
include($$PWD/../../hunspell-1.3.3/src/qt/hunspell.pri)
#graphics
#include($$PWD/../../Qt_build/graphics/project/graphics.pri)
LIBS += -L$$PWD/../../../SDK/lib/$$PLATFORM_BUILD2 -lOfficeUtils -lgraphics -lhunspell
LIBS += -L$$PWD/../../../SDK/lib/$$PLATFORM_BUILD2 -lgraphics
# ------------------------------------------------------
CONFIG += link_pkgconfig c++11
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment