Skip to content

Commit

Permalink
first QT REstart
Browse files Browse the repository at this point in the history
  • Loading branch information
GrimIrani committed Jan 15, 2023
1 parent 2a020a7 commit 0583dbe
Show file tree
Hide file tree
Showing 4 changed files with 859 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/.qmake.stash
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
QMAKE_CXX.QT_COMPILER_STDCXX = 201703L
QMAKE_CXX.QMAKE_GCC_MAJOR_VERSION = 12
QMAKE_CXX.QMAKE_GCC_MINOR_VERSION = 2
QMAKE_CXX.QMAKE_GCC_PATCH_VERSION = 0
QMAKE_CXX.COMPILER_MACROS = \
QT_COMPILER_STDCXX \
QMAKE_GCC_MAJOR_VERSION \
QMAKE_GCC_MINOR_VERSION \
QMAKE_GCC_PATCH_VERSION
QMAKE_CXX.INCDIRS = \
/usr/include/c++/12.2.0 \
/usr/include/c++/12.2.0/x86_64-pc-linux-gnu \
/usr/include/c++/12.2.0/backward \
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/include \
/usr/local/include \
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/include-fixed \
/usr/include
QMAKE_CXX.LIBDIRS = \
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0 \
/usr/lib \
/lib
Loading

0 comments on commit 0583dbe

Please sign in to comment.