mirror of https://github.com/procxx/kepka.git
deployment targets set to 10.8, QtCreator build instructions fixed openssl libraries
This commit is contained in:
parent
1b5905dc54
commit
c7673096c9
|
@ -636,7 +636,7 @@
|
||||||
"/usr/local/Qt-5.5.1/plugins/platforms",
|
"/usr/local/Qt-5.5.1/plugins/platforms",
|
||||||
"/usr/local/Qt-5.5.1/plugins/imageformats",
|
"/usr/local/Qt-5.5.1/plugins/imageformats",
|
||||||
);
|
);
|
||||||
MACOSX_DEPLOYMENT_TARGET = 10.7;
|
MACOSX_DEPLOYMENT_TARGET = 10.8;
|
||||||
OBJROOT = ./../Mac/ReleaseIntermediateStyle;
|
OBJROOT = ./../Mac/ReleaseIntermediateStyle;
|
||||||
OTHER_CFLAGS = (
|
OTHER_CFLAGS = (
|
||||||
"-pipe",
|
"-pipe",
|
||||||
|
@ -727,7 +727,7 @@
|
||||||
"/usr/local/Qt-5.5.1/plugins/platforms",
|
"/usr/local/Qt-5.5.1/plugins/platforms",
|
||||||
"/usr/local/Qt-5.5.1/plugins/imageformats",
|
"/usr/local/Qt-5.5.1/plugins/imageformats",
|
||||||
);
|
);
|
||||||
MACOSX_DEPLOYMENT_TARGET = 10.7;
|
MACOSX_DEPLOYMENT_TARGET = 10.8;
|
||||||
OBJROOT = ./../Mac/DebugIntermediateStyle;
|
OBJROOT = ./../Mac/DebugIntermediateStyle;
|
||||||
ONLY_ACTIVE_ARCH = YES;
|
ONLY_ACTIVE_ARCH = YES;
|
||||||
OTHER_CFLAGS = (
|
OTHER_CFLAGS = (
|
||||||
|
|
|
@ -153,7 +153,7 @@
|
||||||
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
||||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||||
MACOSX_DEPLOYMENT_TARGET = 10.7;
|
MACOSX_DEPLOYMENT_TARGET = 10.8;
|
||||||
OBJROOT = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)IntermediateUpdater";
|
OBJROOT = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)IntermediateUpdater";
|
||||||
ONLY_ACTIVE_ARCH = YES;
|
ONLY_ACTIVE_ARCH = YES;
|
||||||
OTHER_CFLAGS = "-D_DEBUG";
|
OTHER_CFLAGS = "-D_DEBUG";
|
||||||
|
@ -191,7 +191,7 @@
|
||||||
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
||||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||||
MACOSX_DEPLOYMENT_TARGET = 10.7;
|
MACOSX_DEPLOYMENT_TARGET = 10.8;
|
||||||
OBJROOT = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)IntermediateUpdater";
|
OBJROOT = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)IntermediateUpdater";
|
||||||
SDKROOT = macosx;
|
SDKROOT = macosx;
|
||||||
SYMROOT = ../Mac;
|
SYMROOT = ../Mac;
|
||||||
|
|
|
@ -147,7 +147,7 @@ Install some packages for Qt (see **/home/user/TBuild/Libraries/QtStatic/qtbase/
|
||||||
|
|
||||||
In Terminal go to **/home/user/TBuild/Libraries/QtStatic** and there run
|
In Terminal go to **/home/user/TBuild/Libraries/QtStatic** and there run
|
||||||
|
|
||||||
OPENSSL_LIBS='/usr/local/ssl/lib/libssl.a /usr/local/ssl/lib/libcrypto.a' ./configure -release -force-debug-info -opensource -confirm-license -qt-zlib -qt-libpng -qt-libjpeg -qt-freetype -qt-harfbuzz -qt-pcre -qt-xcb -qt-xkbcommon-x11 -no-opengl -static -openssl-linked -nomake examples -nomake tests
|
OPENSSL_LIBS='-L/usr/local/ssl/lib -lssl -lcrypto' ./configure -release -force-debug-info -opensource -confirm-license -qt-zlib -qt-libpng -qt-libjpeg -qt-freetype -qt-harfbuzz -qt-pcre -qt-xcb -qt-xkbcommon-x11 -no-opengl -static -openssl-linked -nomake examples -nomake tests
|
||||||
make -j4
|
make -j4
|
||||||
sudo make -j4 install
|
sudo make -j4 install
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue