mirror of
https://github.com/crystalidea/qt-build-tools.git
synced 2025-02-02 11:17:42 +08:00
5.15.2: test boot strap
This commit is contained in:
parent
acec7689a7
commit
1190ae8d4f
@ -6,17 +6,17 @@ cd qtbase
|
|||||||
|
|
||||||
./configure -device-option QMAKE_APPLE_DEVICE_ARCHS=arm64 -opensource -confirm-license -nomake examples -nomake tests -no-openssl -securetransport -prefix /usr/local/Qt-5.15.2-arm
|
./configure -device-option QMAKE_APPLE_DEVICE_ARCHS=arm64 -opensource -confirm-license -nomake examples -nomake tests -no-openssl -securetransport -prefix /usr/local/Qt-5.15.2-arm
|
||||||
|
|
||||||
make -j 8
|
make -j 16
|
||||||
echo maki | sudo -S sudo make install
|
echo maki | sudo -S sudo make install
|
||||||
|
|
||||||
cd ../qttools
|
cd ../qttools
|
||||||
qmake
|
qmake
|
||||||
make -j 8
|
make -j 16
|
||||||
echo maki | sudo -S sudo make install
|
echo maki | sudo -S sudo make install
|
||||||
|
|
||||||
cd ../qtmacextras
|
cd ../qtmacextras
|
||||||
qmake
|
qmake
|
||||||
make -j 8
|
make -j 16
|
||||||
echo maki | sudo -S sudo make install
|
echo maki | sudo -S sudo make install
|
||||||
|
|
||||||
cd /usr/local
|
cd /usr/local
|
||||||
|
@ -104,7 +104,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#define QT_FEATURE_lttng -1
|
#define QT_FEATURE_lttng -1
|
||||||
#define QT_NO_QOBJECT
|
#define QT_NO_QOBJECT
|
||||||
#define QT_FEATURE_process -1
|
#define QT_FEATURE_process 1
|
||||||
#define QT_FEATURE_regularexpression -1
|
#define QT_FEATURE_regularexpression -1
|
||||||
#ifdef __GLIBC_PREREQ
|
#ifdef __GLIBC_PREREQ
|
||||||
# define QT_FEATURE_renameat2 (__GLIBC_PREREQ(2, 28) ? 1 : -1)
|
# define QT_FEATURE_renameat2 (__GLIBC_PREREQ(2, 28) ? 1 : -1)
|
||||||
|
@ -59,6 +59,7 @@ SOURCES += \
|
|||||||
../../corelib/io/qurlidna.cpp \
|
../../corelib/io/qurlidna.cpp \
|
||||||
../../corelib/io/qurlquery.cpp \
|
../../corelib/io/qurlquery.cpp \
|
||||||
../../corelib/io/qurlrecode.cpp \
|
../../corelib/io/qurlrecode.cpp \
|
||||||
|
../../corelib/io/qprocess.cpp \
|
||||||
../../corelib/kernel/qcoreapplication.cpp \
|
../../corelib/kernel/qcoreapplication.cpp \
|
||||||
../../corelib/kernel/qcoreglobaldata.cpp \
|
../../corelib/kernel/qcoreglobaldata.cpp \
|
||||||
../../corelib/kernel/qmetatype.cpp \
|
../../corelib/kernel/qmetatype.cpp \
|
||||||
@ -123,7 +124,8 @@ unix:SOURCES += ../../corelib/kernel/qcore_unix.cpp \
|
|||||||
../../corelib/kernel/qsystemsemaphore_unix.cpp \
|
../../corelib/kernel/qsystemsemaphore_unix.cpp \
|
||||||
../../corelib/io/qfilesystemengine_unix.cpp \
|
../../corelib/io/qfilesystemengine_unix.cpp \
|
||||||
../../corelib/io/qfilesystemiterator_unix.cpp \
|
../../corelib/io/qfilesystemiterator_unix.cpp \
|
||||||
../../corelib/io/qfsfileengine_unix.cpp
|
../../corelib/io/qfsfileengine_unix.cpp \
|
||||||
|
../../corelib/io/qprocess_unix.cpp
|
||||||
|
|
||||||
win32:SOURCES += ../../corelib/global/qoperatingsystemversion_win.cpp \
|
win32:SOURCES += ../../corelib/global/qoperatingsystemversion_win.cpp \
|
||||||
../../corelib/io/qfilesystemengine_win.cpp \
|
../../corelib/io/qfilesystemengine_win.cpp \
|
||||||
@ -134,13 +136,15 @@ win32:SOURCES += ../../corelib/global/qoperatingsystemversion_win.cpp \
|
|||||||
../../corelib/kernel/qsystemsemaphore_win.cpp \
|
../../corelib/kernel/qsystemsemaphore_win.cpp \
|
||||||
../../corelib/plugin/qsystemlibrary.cpp \
|
../../corelib/plugin/qsystemlibrary.cpp \
|
||||||
../../corelib/kernel/qwinregistry.cpp \
|
../../corelib/kernel/qwinregistry.cpp \
|
||||||
|
../../corelib/io/qprocess_win.cpp
|
||||||
|
|
||||||
mac {
|
mac {
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
../../corelib/kernel/qcoreapplication_mac.cpp \
|
../../corelib/kernel/qcoreapplication_mac.cpp \
|
||||||
../../corelib/kernel/qcore_mac.mm \
|
../../corelib/kernel/qcore_mac.mm \
|
||||||
../../corelib/global/qoperatingsystemversion_darwin.mm \
|
../../corelib/global/qoperatingsystemversion_darwin.mm \
|
||||||
../../corelib/kernel/qcore_foundation.mm
|
../../corelib/kernel/qcore_foundation.mm \
|
||||||
|
../../corelib/io/qprocess_darwin.mm
|
||||||
|
|
||||||
LIBS += -framework Foundation
|
LIBS += -framework Foundation
|
||||||
osx: LIBS_PRIVATE += -framework CoreServices
|
osx: LIBS_PRIVATE += -framework CoreServices
|
||||||
|
Loading…
Reference in New Issue
Block a user