File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11set (CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR} /cmake" )
22
33### RespeQt CMAKE version
4- cmake_minimum_required (VERSION 3.1 .0 )
4+ cmake_minimum_required (VERSION 3.5 .0 )
55set (CMAKE_OSX_ARCHITECTURES x86_64)
66set (CMAKE_OSX_DEPLOYMENT_TARGET 10.8)
77project (RespeQt VERSION 5.4 LANGUAGES CXX )
8- set (RC_VERSION "RC2 " )
8+ set (RC_VERSION "RC4 " )
99cmake_policy (SET CMP0071 NEW )
1010set (CMAKE_CXX_STANDARD 11)
1111set (CMAKE_CXX_STANDARD_REQUIRED ON )
Original file line number Diff line number Diff line change 1111#
1212# CONFIG(release, debug|release):DEFINES += QT_NO_DEBUG_OUTPUT
1313VERSION = 5.4
14- RC_VERSION = " RC3 "
14+ RC_VERSION = " RC4 "
1515DEFINES += VERSION =\ \\"v$$VERSION_$$RC_VERSION\\\"
1616
1717# debug {
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ void RespeqtSettings::setSerialPortUsePokeyDivisors(bool use) {
118118}
119119
120120int RespeqtSettings::serialPortPokeyDivisor () {
121- return mSettings ->value (" " ).toInt ();
121+ return mSettings ->value (" SerialPortPokeyDivisor " ).toInt ();
122122}
123123
124124void RespeqtSettings::setSerialPortPokeyDivisor (int divisor) {
You can’t perform that action at this time.
0 commit comments