File: global.pri

package info (click to toggle)
libdrumstick 2.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,876 kB
  • sloc: cpp: 25,685; xml: 122; sh: 14; makefile: 5
file content (15 lines) | stat: -rw-r--r-- 315 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
VERSION = 2.8.1
DEFINES += VERSION=$$VERSION
VER_MAJ = 2
VER_MIN = 8
VER_PAT = 1

defineReplace(drumstickLib) {
    LIBRARY_NAME = $$1
    !static:win32: LIBRARY_NAME = $$LIBRARY_NAME$$VER_MAJ
    return($$LIBRARY_NAME)
}

win32-msvc {
    QMAKE_CXXFLAGS += /utf-8 #/source-charset:utf-8 /execution-charset:utf-8
}