Skip to content

Commit f9d3492

Browse files
committed
Release preparations
1 parent a6585dc commit f9d3492

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ else()
2525
endif()
2626

2727
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Core Gui Widgets REQUIRED)
28-
find_package(Drumstick 2.0 COMPONENTS ALSA REQUIRED)
28+
find_package(Drumstick 2.7 COMPONENTS ALSA REQUIRED)
2929
message(STATUS "Using Drumstick version: ${Drumstick_VERSION}")
3030
find_package(PkgConfig REQUIRED)
3131
pkg_check_modules(PULSE REQUIRED IMPORTED_TARGET libpulse-simple)
3232

33-
find_package(sonivox CONFIG)
33+
find_package(sonivox 3.6.12 CONFIG)
3434
if (NOT sonivox_FOUND)
3535
add_subdirectory(sonivox)
3636
endif()

guisynth/mainwindow.ui

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
<height>265</height>
1111
</rect>
1212
</property>
13+
<property name="minimumSize">
14+
<size>
15+
<width>273</width>
16+
<height>265</height>
17+
</size>
18+
</property>
1319
<property name="windowTitle">
1420
<string>Sonivox EAS Synth</string>
1521
</property>

screenshot.png

12.2 KB
Loading

0 commit comments

Comments
 (0)