We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a542e2d commit 129aff3Copy full SHA for 129aff3
namp.pro
@@ -3,7 +3,7 @@ TEMPLATE = app
3
CONFIG += c++11 debug
4
QT += core multimedia
5
6
-DEFINES += VERSION="\\\"2.20\\\""
+DEFINES += VERSION="\\\"2.21\\\""
7
8
HEADERS = src/audioplayer.h \
9
src/common.h \
@@ -42,7 +42,8 @@ manpage.files = res/namp.1
42
INSTALLS += program manpage
43
44
unix:!macx {
45
- INCLUDEPATH += /usr/include/taglib
+ INCLUDEPATH += /usr/include/taglib \
46
+ /usr/include/ncursesw
47
}
48
49
macx: {
res/namp.1
@@ -1,5 +1,5 @@
1
.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2
-.TH NAMP "1" "May 2022" "namp v2.20" "User Commands"
+.TH NAMP "1" "May 2022" "namp v2.21" "User Commands"
.SH NAME
namp \- ncurses audio media player
.SH SYNOPSIS
0 commit comments