Skip to content

Commit 0682ef1

Browse files
Fix issue #76 Qt build fails on linux
1 parent 33060ae commit 0682ef1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/projectM-pulseaudio/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ nodist_projectM_pulseaudio_SOURCES = \
4444
$(nodist_projectM_pulseaudio_moc_sources)
4545

4646
projectM_pulseaudio_LDADD = \
47-
${QT_LIBS} \
4847
${LIBPULSE_LIBS} \
4948
../projectM-qt/libprojectM_qt.a \
50-
../libprojectM/libprojectM.la
49+
../libprojectM/libprojectM.la \
50+
${QT_LIBS}
5151

5252
projectM_pulseaudio_LDFLAGS = -static
5353

0 commit comments

Comments
 (0)