setup: added basic cmake project structure
Added cmake build instructions for app, lib and test. Included Qt via environment variable QT_DIR. Included CxxTest via environment variable CXX_TEST_DIR. Added scripts for setup, syncing master and publishing features. Added dlls for QT on Windows.
This commit is contained in:
@@ -1,14 +1,18 @@
|
||||
### Masterproject ###
|
||||
### Masterproject
|
||||
|
||||
#### Setup ####
|
||||
#### Setup
|
||||
|
||||
##### External Software
|
||||
|
||||
* QT 5.2.1
|
||||
* CxxTest 4.3
|
||||
|
||||
##### Environment Variables
|
||||
|
||||
* QT_DIR - ...\Qt\Qt5.2.1\5.2.1\<IDE>\
|
||||
* CXX_TEST_DIR - .../cxxtest-4.3/
|
||||
|
||||
##### Settings
|
||||
|
||||
Run setup script:
|
||||
$ ./script/setup.sh
|
||||
|
||||
Or
|
||||
|
||||
Define commit message template:
|
||||
$ git config commit.template .git_commit_template.txt
|
||||
|
||||
Enable git commandline colors:
|
||||
$ git config color.ui true
|
||||
|
||||
Reference in New Issue
Block a user