Restructured the project file

Move OS specific configuration to separate project files
This commit is contained in:
Christophe Dumez
2010-11-20 17:21:40 +00:00
parent 1ca084038c
commit 8a1e79d22f
34 changed files with 323 additions and 342 deletions

11
version.pri Normal file
View File

@@ -0,0 +1,11 @@
os2 {
DEFINES += VERSION=\'\"v2.5.0beta5\"\'
} else {
DEFINES += VERSION=\\\"v2.5.0beta5\\\"
}
DEFINES += VERSION_MAJOR=2
DEFINES += VERSION_MINOR=5
DEFINES += VERSION_BUGFIX=0
# NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL
DEFINES += VERSION_TYPE=BETA