Skip to content

Commit

Permalink
Update to version 1.9.1 and now requires Qt5
Browse files Browse the repository at this point in the history
  • Loading branch information
rparkins999 committed Oct 28, 2024
1 parent 5486a18 commit e423dfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Sqliteman/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules")
#PROJECT SETUP
PROJECT(sqliteman)
SET (VERSION_MAJOR "1")
SET (VERSION_MINOR "8")
SET (VERSION_MINOR "9")
SET (VERSION_PATCH "1")
SET (VERSION_SUFFIX "")
SET (VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SUFFIX})
Expand Down
6 changes: 3 additions & 3 deletions Sqliteman/README
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Qmake project is used only for translations.

MS Windows:

- Full Qt4.3 or later properly installed on path
- Full Qt5 or later properly installed on path
- building procedure (in the Sqliteman root directory):
1) cmake (see Cmake options below)
2) make
Expand All @@ -31,8 +31,8 @@ UN*X:

Requirements:
- cmake (http://cmake.org)
- Qt toolkit, at least version 4.2 or later required (http://trolltech.com)
with sqlite3 module. 4.3 is strongly suggested.
- Qt toolkit, at least version 5 or later required (http://trolltech.com)
with sqlite3 module. ersion 5 is strongly suggested.
- sqlite library installed
- libuuid (libuuid-devel on SUSE) installed
- libicu (libicu-devel on SUSE) installed
Expand Down

0 comments on commit e423dfc

Please sign in to comment.