Skip to content
Snippets Groups Projects
Commit 3faab812 authored by s78458's avatar s78458
Browse files

test

parent ba4ad795
No related branches found
No related tags found
No related merge requests found
Showing
with 36 additions and 0 deletions
......@@ -57,6 +57,7 @@ SOURCES += \
steuerung.cpp \
tank.cpp \
temperatursensor.cpp \
test.cpp \
testmainwindow.cpp \
wartung.cpp \
wassererhitzungssystem.cpp \
......@@ -102,6 +103,7 @@ HEADERS += \
steuerung.h \
tank.h \
temperatursensor.h \
test.h \
testmainwindow.h \
wartung.h \
wassererhitzungssystem.h \
......
#include "test.h"
test::test() {}
#ifndef TEST_H
#define TEST_H
class test
{
public:
test();
};
#endif // TEST_H
QMAKE_CXX.QT_COMPILER_STDCXX = 201703L
QMAKE_CXX.QMAKE_GCC_MAJOR_VERSION = 11
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 = \
C:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++ \
C:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++/x86_64-w64-mingw32 \
C:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++/backward \
C:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include \
C:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include-fixed \
C:/Qt/Tools/mingw1120_64/x86_64-w64-mingw32/include
QMAKE_CXX.LIBDIRS = \
C:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0 \
C:/Qt/Tools/mingw1120_64/lib/gcc \
C:/Qt/Tools/mingw1120_64/x86_64-w64-mingw32/lib \
C:/Qt/Tools/mingw1120_64/lib
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment