Commit ba118951 authored by Oleg Korshul's avatar Oleg Korshul Committed by Alexander Trofimov

сборщик под линукс

parent 2572b849
...@@ -143,7 +143,7 @@ linux-g++ | linux-g++-64 | linux-g++-32 { ...@@ -143,7 +143,7 @@ linux-g++ | linux-g++-64 | linux-g++-32 {
_LINUX \ _LINUX \
_LINUX_QT \ _LINUX_QT \
LIBS += -L$$V8_CHECKOUT_PATH/out/native/obj.target/tools/gyp -lv8_base -lv8_libbase -lv8_libplatform -lv8_nosnapshot -lv8_external_snapshot LIBS += -L$$V8_CHECKOUT_PATH/out/native/obj.target/tools/gyp -lv8_base -lv8_libplatform -lv8_libbase -lv8_nosnapshot -lv8_external_snapshot
LIBS += -L$$V8_CHECKOUT_PATH/out/native/obj.target/third_party/icu -licui18n -licuuc -licudata LIBS += -L$$V8_CHECKOUT_PATH/out/native/obj.target/third_party/icu -licui18n -licuuc -licudata
} }
......
...@@ -15,7 +15,7 @@ CONFIG -= app_bundle ...@@ -15,7 +15,7 @@ CONFIG -= app_bundle
TEMPLATE = app TEMPLATE = app
############### destination path ############### ############### destination path ###############
DESTINATION_SDK_PATH = $$PWD/../../../SDK/lib DESTINATION_SDK_PATH = $$PWD/../../../build/lib
# WINDOWS # WINDOWS
win32:contains(QMAKE_TARGET.arch, x86_64):{ win32:contains(QMAKE_TARGET.arch, x86_64):{
...@@ -50,6 +50,10 @@ CONFIG(debug, debug|release) { ...@@ -50,6 +50,10 @@ CONFIG(debug, debug|release) {
LIBS += -L$$DESTINATION_SDK_PATH_DOCTRENDERER -ldoctrenderer LIBS += -L$$DESTINATION_SDK_PATH_DOCTRENDERER -ldoctrenderer
linux-g++ {
LIBS += -ldl
}
#################### PDF ###################### #################### PDF ######################
#DEFINES += USE_PDF_RENDERER #DEFINES += USE_PDF_RENDERER
# #
......
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