mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 00:53:53 +02:00
2021-04-07 Fred Gleason <fredg@paravelsystems.com>
* Added tests to the configure script to locate the correct versions of the Qt5 tools 'lupdate' and 'lrelease'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
AM_CPPFLAGS = -Wall -DPREFIX=\"$(prefix)\" -Wno-strict-aliasing -std=c++11 -fPIC -I$(top_srcdir)/lib @QT5_CFLAGS@ @MUSICBRAINZ_CFLAGS@
|
||||
LIBS = -L$(top_srcdir)/lib
|
||||
MOC = @QT_MOC@
|
||||
LUPDATE = @QT_LUPDATE@
|
||||
LRELEASE = @QT_LRELEASE@
|
||||
|
||||
# The dependency for qt's Meta Object Compiler (moc)
|
||||
moc_%.cpp: %.h
|
||||
@@ -39,8 +41,8 @@ uninstall-local:
|
||||
rm -f $(DESTDIR)/etc/auto.master.d/rd.audiostore.autofs
|
||||
|
||||
all:
|
||||
lupdate-qt5 rdselect.pro
|
||||
lrelease-qt5 rdselect.pro
|
||||
$(LUPDATE) rdselect.pro
|
||||
$(LRELEASE) rdselect.pro
|
||||
|
||||
bin_PROGRAMS = rdselect
|
||||
|
||||
|
Reference in New Issue
Block a user