-
Notifications
You must be signed in to change notification settings - Fork 42
HowTo build QuickBox from sources
Fanda Vacek edited this page Sep 29, 2016
·
1 revision
Notice:
1. Even for the 64-bit Win OS use the 32-bit Qt framework a DB. Otherwise there is an incompatibility in DB access.
2. Windows 8 Home edition does not support PostgreSQL installation.
- Use the installation package http://www.qt.io/download-open-source/# (qt-opensource-windows-x86-1.6.0-6-online.exe)
- QT setup options check only(for 64-bit system) (visible in Qt\MaintenanceTool.exe):
QT 5.4 - options
a. MinGW 4.9.1 OpenGL
b. Windows Runtime 8.1 x64
c. Msvc2013 64-bit
QT 5.3
d. Uncheck all
Tools
e. MinGW 4.9.1
Extras
f. Uncheck all
- Install PostgeSQL (32-bit) - http://www.enterprisedb.com/products-services-training/pgdownload#windows
a. Set the password - (postgres)
b. Port default
c. Locale = C (support UTF-8)
d. Stack Builder – skip = Uncheck - Install administration pgAdmin III tool
- Create database quickevent with owner postgres
- GIT installation options
a. Check - Check Additional Icons
b. All other – default setting
- Start GIT GUI
- Create new repository – local repository path
- Clone repository
a. Source https://github.com/fvacek/quickbox
b. Destination ex.: D:\GIT\quickbox
-
Plugins:
a. From D:\GIT\quickbox\quickevent\plugins\qml
b. into _ D:\GIT\build-quickbox-Desktop_Qt_Qt_Version_MinGW_32bit-Release\bin\divers\quickevent\plugins_ -
Css:
a. From D:\GIT\quickbox\quickevent\style
b. into D:\GIT\build-quickbox-Desktop_Qt_Qt_Version_MinGW_32bit-Release\bin\divers\quickevent\style
- D:\Qt\5.4\mingw491_32\bin;
- D:\Qt\Tools\mingw491_32\bin;
- C:\Program Files (x86)\PostgreSQL\9.3\bin
Description Fanda