Skip to content

This repository contains the source code and project files for CWP desktop. If you download as a zip, unzip everything in a directory of your choice, but keep the directory layout. Project builds in QTCreator version 4+.

Notifications You must be signed in to change notification settings

wmaxfield/CWP-Desktop-QT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CWP-Desktop-QT


Build using QtCreator. Tested on Qt 5.32 through Qt 5.14

Crossword Project Bible Study Program for the desktop
General Notes: (see CWP.pro for more details)
Windows Build:
Requires:
1. QT development environment for MinGW 5.5.1 (or possibly later) with QWebKit
or
QT development environment for MSVC 5.5.1 (or possily later) either QWebKit or QWebEngine
2. QTCreator (usually included with Qt development environment. see download.qt.io)
3. InnoSetup is a good tool for creating an Install package. Example scripts are included
4. You need at least 1 windows SDK installed to use mt.exe.
(mt.exe applies administrator mode privilege to prevent Virtual Store from being used when CWP is executed.)
5. When you build, build a 32 bit version so you are compatile back to Windows XP

Mac Build:
1. XCode is required to be installed (contains SDK), along with command line tools.
Read the Qt Documentation. (It is a pain to get XCode installed properly.)
2. To work on OSX 10.8.5, you must build on OSX 10.10 or earlier, as later versions of Mac/Qt combination require gaming library not available on older Mac OS's.
3. CLANG will not compile over a network shared drive, output must be on local drive.
This makes debugging difficult without copying entire project to your Virtual Machine.

Linux Build:
1. Install qtcreator (Ubuntu: sudo apt-get install qtcreator)
2. Project will use linuxdeployqt if installed in path. (included in helpers directory)
linuxdeployqt requires you to build on Ubuntu 14. (Their desire is to run on maximum number of systems.)

About

This repository contains the source code and project files for CWP desktop. If you download as a zip, unzip everything in a directory of your choice, but keep the directory layout. Project builds in QTCreator version 4+.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published