ALib C++ Framework
by
Library Version:
2605 R0
Documentation generated by
Loading...
Searching...
No Matches
ALib
src
ALib.Compatibility.QTStrings.H
Go to the documentation of this file.
1
//==================================================================================================
2
/// \file
3
/// This header-file is part of the \aliblong.
4
///
5
/// Copyright 2013-2026 A-Worx GmbH, Germany.
6
/// Published under #"mainpage_license".
7
///
8
/// <b>Legal Notice:</b>
9
/// This is an optional extension header to provide compatibility between \alib and
10
/// the QT class library.
11
/// All information about QT is found at https://www.qt.io
12
/// \alib otherwise does not use or rely on QT.
13
/// The use of QT is bound to the QT license restrictions.
14
//==================================================================================================
15
#ifndef HPP_ALIB_COMPATIBILITY_QT_STRINGS
16
#define HPP_ALIB_COMPATIBILITY_QT_STRINGS 1
17
#pragma once
18
#ifndef HPP_ALIB
19
# include "
alib/alib.prepro.hpp
"
20
#endif
21
22
#if !defined(ALIB_QT_LIB_NOT_FOUND)
// this is only set in an automated test project
23
24
//=========================================== Dependencies =========================================
25
#include "
ALib.Compatibility.QTCharacters.H
"
26
#include "
ALib.Strings.H
"
27
28
//============================================= Includes ===========================================
29
#include "
alib/strings/qtstrings.hpp
"
30
31
#endif
// !defined(ALIB_QT_LIB_NOT_FOUND) // this is only set in an automated test project
32
#endif
// HPP_ALIB_COMPATIBILITY_QT_STRINGS
ALib.Compatibility.QTCharacters.H
ALib.Strings.H
alib.prepro.hpp
qtstrings.hpp