Minor change to BUILDING.md and undid an extra wrap to CMakeLists.txt

This commit is contained in:
Geoff Lawrence
2016-05-03 20:44:15 +01:00
committed by Justin Clift
parent 6191c101ee
commit cb79aba0c2
2 changed files with 6 additions and 5 deletions

View File

@@ -1,10 +1,12 @@
## BUILD INSTRUCTIONS AND REQUIREMENTS
DB Browser for SQLite requires Qt as well as SQLite. For more information on Qt
please consult http://www.qt.io and for SQLite please see https://sqlite.org/.
### Generic Linux and FreeBSD
DB Browser for SQLite requires Trolltech's Qt, version 4.6 or newer. For more
information on Qt please consult http://www.qt.io. The GPL version of
Qt is available in almost all Linux distributions as a default package.
The GPL version of Qt is available in almost all Linux distributions as a
default package.
The only requirements for building this code are the presence of Qt and
sqlite3. Qt can be included as a static or shared library, depending on the

View File

@@ -347,8 +347,7 @@ if(WIN32 AND MSVC)
install(FILES
${QT5_PATH}/plugins/platforms/qwindows.dll
DESTINATION bin/platforms)
install(PROGRAMS ${CMAKE_CURRENT_SOURCE_DIR}/deps/${VSREDIST}
DESTINATION tmp)
install(PROGRAMS ${CMAKE_CURRENT_SOURCE_DIR}/deps/${VSREDIST} DESTINATION tmp)
endif()
#cpack