Skip to content

Commit 129aff3

Browse files
committed
build fix for openSUSE
1 parent a542e2d commit 129aff3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

namp.pro

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ TEMPLATE = app
33
CONFIG += c++11 debug
44
QT += core multimedia
55

6-
DEFINES += VERSION="\\\"2.20\\\""
6+
DEFINES += VERSION="\\\"2.21\\\""
77

88
HEADERS = src/audioplayer.h \
99
src/common.h \
@@ -42,7 +42,8 @@ manpage.files = res/namp.1
4242
INSTALLS += program manpage
4343

4444
unix:!macx {
45-
INCLUDEPATH += /usr/include/taglib
45+
INCLUDEPATH += /usr/include/taglib \
46+
/usr/include/ncursesw
4647
}
4748

4849
macx: {

res/namp.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2-
.TH NAMP "1" "May 2022" "namp v2.20" "User Commands"
2+
.TH NAMP "1" "May 2022" "namp v2.21" "User Commands"
33
.SH NAME
44
namp \- ncurses audio media player
55
.SH SYNOPSIS

0 commit comments

Comments
 (0)