# qtbase-everywhere-src-6.9.2 **Repository Path**: beyondsource/qtbase-everywhere-src-6.9.2 ## Basic Information - **Project Name**: qtbase-everywhere-src-6.9.2 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-30 - **Last Updated**: 2025-09-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README sudo apt-get update sudo apt-get install libgl1-mesa-dev libglu1-mesa-dev sudo apt-get install libxcb1-dev libxcb-util-dev libxcb-icccm4-dev libxcb-image0-dev libxcb-keysyms1-dev libxcb-randr0-dev libxcb-render0-dev libxcb-render-util0-dev libxcb-shape0-dev libxcb-shm0-dev libxcb-sync-dev libxcb-xfixes0-dev libxcb-xinerama0-dev libxcb-xkb-dev libxkbcommon-x11-dev sudo apt-get install libssl-dev #not sure sudo apt-get install gcc-multilib g++-multilib ./configure -no-prefix -redo export CC=/home/c/.local/share/swiftly/bin/clang export CXX=/home/c/.local/share/swiftly/bin/clang++ export CXXFLAGS="--gcc-toolchain=/usr/lib/gcc/x86_64-linux-gnu/11" export LDFLAGS="--gcc-toolchain=/usr/lib/gcc/x86_64-linux-gnu/11" export LDFLAGS="-L/usr/lib/gcc/x86_64-linux-gnu/11 $LDFLAGS" export LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11:$LIBRARY_PATH export COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11:$COMPILER_PATH export CPLUS_INCLUDE_PATH=/usr/include/c++/11:/usr/include/x86_64-linux-gnu/c++/11 rm -rf build/ ./configure -no-prefix -redo cmake --build . --parallel #build test and examples ./configure -no-prefix -developer-build -make examples -make tests -debug ./configure -no-prefix -developer-build -make examples -make tests -debug -openssl -openssl-linked -redo # Debug # lldb-dap path: /home/c/.local/share/swiftly/bin/lldb-dap ./tests/auto/corelib/kernel/qobject/tst_qobject