mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-01-06 10:59:31 -06:00
removed includepath from models.pri
- whitespaces - todo
This commit is contained in:
@@ -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:
|
||||
----------------
|
||||
|
||||
@@ -23,4 +23,3 @@ else:unix {
|
||||
|
||||
LIBS += -lmysqlclient
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
# range-v3
|
||||
INCLUDEPATH += $$quote(E:/c/qMedia/vcpkg/installed/x64-windows/include)
|
||||
|
||||
INCLUDEPATH += $$PWD
|
||||
|
||||
SOURCES += \
|
||||
|
||||
@@ -13,4 +13,3 @@ else:unix {
|
||||
# range-v3
|
||||
INCLUDEPATH += $$quote(/home/xyz/vcpkg/installed/x64-linux/include)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user