removed includepath from models.pri

- whitespaces
 - todo
This commit is contained in:
silverqx
2021-05-07 15:29:42 +02:00
parent 71ec338676
commit 488d06a9b6
4 changed files with 7 additions and 5 deletions

View File

@@ -27,6 +27,13 @@ void deleteModel()
return toBase().deleteRow();
}
- add c++20 compiler check, something like:
#ifdef __cplusplus
# if __cplusplus < 201103L && !defined(Q_CC_MSVC)
# error Qt requires a C++11 compiler and yours does not seem to be that.
# endif
#endif
Todo categories:
----------------

View File

@@ -23,4 +23,3 @@ else:unix {
LIBS += -lmysqlclient
}

View File

@@ -1,6 +1,3 @@
# range-v3
INCLUDEPATH += $$quote(E:/c/qMedia/vcpkg/installed/x64-windows/include)
INCLUDEPATH += $$PWD
SOURCES += \

View File

@@ -13,4 +13,3 @@ else:unix {
# range-v3
INCLUDEPATH += $$quote(/home/xyz/vcpkg/installed/x64-linux/include)
}