Skip to content

Commit 5da5e1f

Browse files
author
Jakub Wieczorek
committed
Fix build: move the PKGDATADIR variable back to src.pri.
1 parent 911ffc3 commit 5da5e1f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

install.pri

-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,5 @@ unix {
99
target.path = $$BINDIR
1010

1111
DATADIR = $$PREFIX/share
12-
PKGDATADIR = $$DATADIR/arora
13-
DEFINES += DATADIR=\\\"$$DATADIR\\\" PKGDATADIR=\\\"$$PKGDATADIR\\\"
1412
}
1513

src/src.pri

+5
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@ mac {
126126

127127
include(../webkittrunk.pri)
128128

129+
unix {
130+
PKGDATADIR = $$DATADIR/arora
131+
DEFINES += DATADIR=\\\"$$DATADIR\\\" PKGDATADIR=\\\"$$PKGDATADIR\\\"
132+
}
133+
129134
win32 {
130135
include(explorerstyle.pri)
131136
LIBS += -ladvapi32

0 commit comments

Comments
 (0)