mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-01-06 10:59:31 -06:00
bump version to TinyORM v0.34.0
- qmake added tiny_autoconf feature - qmake added tiny_dotenv feature - completely revisited qmake build system - updated docs
This commit is contained in:
@@ -306,7 +306,7 @@ add_executable(HelloWorld
|
||||
)\n
|
||||
find_package(QT NAMES Qt6 Qt5 COMPONENTS Core REQUIRED)
|
||||
find_package(Qt\${QT_VERSION_MAJOR} COMPONENTS Core REQUIRED)
|
||||
find_package(TinyOrm 0.33.0 CONFIG REQUIRED)\n
|
||||
find_package(TinyOrm 0.34.0 CONFIG REQUIRED)\n
|
||||
target_link_libraries(HelloWorld
|
||||
PRIVATE
|
||||
Qt\${QT_VERSION_MAJOR}::Core
|
||||
|
||||
Reference in New Issue
Block a user