Database viewer Installation Instructions
Project home
https://qtcreator.gres.biz/page/dbviewer/
Dependencies
- Qt Creator sources
- Qt Creator source build
Download
IMPORTANT: plugin's version must match Qt Creator's version (difference in last digit is acceptable)
Installation
Build from sources
IMPORTANT: plugin's version must match Qt Creator's version (difference in last digit is acceptable)
- Change paths.pri:
- set
QTCREATOR_SOURCES
= path to Qt Creator source dir (with qtcreator.pro) - set
IDE_BUILD_TREE
= path to compiled Qt Creator dir (with bin,lib,libexec,...)
- Compile plugin
From binaries
- Extract/copy files from archive into Qt Creator's dir (archive already contains proper paths).
- Enable plugin in Help->Modules menu.