QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = qt_test
TEMPLATE = app
DEFINES += QT_DEPRECATED_WARNINGS
CONFIG += c++14
SOURCES += main.cpp\
mainwindow.cpp \
graph.cpp \
textrank.cpp
HEADERS += mainwindow.h \
graph.hpp \
textrank.hpp
FORMS += mainwindow.ui
contains(ANDROID_TARGET_ARCH,x86) {
ANDROID_EXTRA_LIBS = \
$$PWD/../../boost/1.59.0/libs/x86/gnu-4.9/libboost_regex.so
}
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../../../../crystax-ndk-10.3.2/sources/boost/1.59.0/libs/x86/gnu-4.9/ -lboost_regex
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/../../../../crystax-ndk-10.3.2/sources/boost/1.59.0/libs/x86/gnu-4.9/ -lboost_regexd
else:unix: LIBS += -L$$PWD/../../../../crystax-ndk-10.3.2/sources/boost/1.59.0/libs/x86/gnu-4.9/ -lboost_regex
INCLUDEPATH += $$PWD/../../../../crystax-ndk-10.3.2/sources/boost/1.59.0/libs/x86/gnu-4.9
DEPENDPATH += $$PWD/../../../../crystax-ndk-10.3.2/sources/boost/1.59.0/libs/x86/gnu-4.9
win32-g++:CONFIG(release, debug|release): PRE_TARGETDEPS += $$PWD/../../../../crystax-ndk-10.3.2/sources/boost/1.59.0/libs/x86/gnu-4.9/libboost_regex.a
else:win32-g++:CONFIG(debug, debug|release): PRE_TARGETDEPS += $$PWD/../../../../crystax-ndk-10.3.2/sources/boost/1.59.0/libs/x86/gnu-4.9/libboost_regexd.a
else:win32:!win32-g++:CONFIG(release, debug|release): PRE_TARGETDEPS += $$PWD/../../../../crystax-ndk-10.3.2/sources/boost/1.59.0/libs/x86/gnu-4.9/boost_regex.lib
else:win32:!win32-g++:CONFIG(debug, debug|release): PRE_TARGETDEPS += $$PWD/../../../../crystax-ndk-10.3.2/sources/boost/1.59.0/libs/x86/gnu-4.9/boost_regexd.lib
else:unix: PRE_TARGETDEPS += $$PWD/../../../../crystax-ndk-10.3.2/sources/boost/1.59.0/libs/x86/gnu-4.9/libboost_regex.a
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = qt_test
TEMPLATE = app
INCLUDEPATH += C:/qt_projects/-----X-----/boost/1.59.0/include
LIBS += -L"C:/qt_projects/-----X-----boost/1.59.0/libs/x86/gnu-4.9/" -lboost_regex -lboost_system
DEFINES += QT_DEPRECATED_WARNINGS
CONFIG += c++14
SOURCES += main.cpp\
mainwindow.cpp \
graph.cpp \
textrank.cpp
HEADERS += mainwindow.h \
graph.hpp \
textrank.hpp
FORMS += mainwindow.ui
contains(ANDROID_TARGET_ARCH,x86) {
ANDROID_EXTRA_LIBS = \
$$PWD/../../boost/1.59.0/libs/x86/gnu-4.9/libboost_regex.so
}
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../../boost/1.59.0/libs/x86/gnu-4.9/ -lboost_regex
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/../../boost/1.59.0/libs/x86/gnu-4.9/ -lboost_regexd
else:unix: LIBS += -L$$PWD/../../boost/1.59.0/libs/x86/gnu-4.9/ -lboost_regex
INCLUDEPATH += $$PWD/../../boost/1.59.0/libs/x86/gnu-4.9
DEPENDPATH += $$PWD/../../boost/1.59.0/libs/x86/gnu-4.9
ANDROID_EXTRA_LIBS = \
C:/crystax-ndk-10.3.2/sources/crystax/libs/x86/libcrystax.so \
C:/qt_projects/-----X-----/boost/1.59.0/libs/x86/gnu-5/libboost_regex.so \
C:/qt_projects/-----X-----/boost/1.59.0/libs/x86/gnu-5/libboost_system.so
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../../boost/1.59.0/libs/x86/gnu-4.9/ -lboost_regex
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/../../boost/1.59.0/libs/x86/gnu-4.9/ -lboost_regexd
else:unix: LIBS += -L$$PWD/../../boost/1.59.0/libs/x86/gnu-4.9/ -lboost_regex
INCLUDEPATH += $$PWD/../../boost/1.59.0/libs/x86/gnu-4.9
DEPENDPATH += $$PWD/../../boost/1.59.0/libs/x86/gnu-4.9
win32-g++:CONFIG(release, debug|release): PRE_TARGETDEPS += $$PWD/../../boost/1.59.0/libs/x86/gnu-4.9/libboost_regex.a
else:win32-g++:CONFIG(debug, debug|release): PRE_TARGETDEPS += $$PWD/../../boost/1.59.0/libs/x86/gnu-4.9/libboost_regexd.a
else:win32:!win32-g++:CONFIG(release, debug|release): PRE_TARGETDEPS += $$PWD/../../boost/1.59.0/libs/x86/gnu-4.9/boost_regex.lib
else:win32:!win32-g++:CONFIG(debug, debug|release): PRE_TARGETDEPS += $$PWD/../../boost/1.59.0/libs/x86/gnu-4.9/boost_regexd.lib
else:unix: PRE_TARGETDEPS += $$PWD/../../boost/1.59.0/libs/x86/gnu-4.9/libboost_regex.a
QMAKE_LIBS_PRIVATE += -L"C:/crystax-ndk-10.3.2/sources/crystax/libs/x86/libcrystax.so" -lcrystax
APP_PLATFORM += android-21
APP_CPPFLAGS += -frtti
APP_CPPFLAGS += -fexceptions
External library LC:/qt_projects/-----X-----/boost/1.59.0/libs/x86/gnu-4.9/ does not exist!
CONFIG += c++14
на CONFIG += c++11