This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| #include <unistd.h> | |
| #include <time.h> | |
| #define COLOR_BLACK "\033[0;30m" | |
| #define COLOR_RED "\033[0;31m" | |
| #define COLOR_GREEN "\033[0;32m" | |
| #define COLOR_YELLOW "\033[0;33m" | |
| #define COLOR_BLUE "\033[0;34m" | |
| #define COLOR_PURPLE "\033[0;35m" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ./configure -prefix ~/Qt/5.12.12 -DCMAKE_OSX_ARCHITECTURES="x86_64" -static -opensource -confirm-license -debug -gui -widgets -skip qt3d -skip qtactiveqt -skip qtandroidextras -skip qtcanvas3d -skip qtconnectivity -skip qtdatavis3d -skip qtdeclarative -skip qtgamepad -skip qtgraphicaleffects -skip qtimageformats -skip qtlocation -skip qtmacextras -skip qtnetworkauth -skip qtpurchasing -skip qtremoteobjects -skip qtscript -skip qtscxml -skip qtsensors -skip qtserialbus -skip qtserialport -skip qtspeech -skip qtsvg -skip qttranslations -skip qtvirtualkeyboard -skip qtwayland -skip qtwebchannel -skip qtwebengine -skip qtwebglplugin -skip qtwebsockets -skip qtwebview -skip qtwinextras -skip qtx11extras -sqlite |
NewerOlder