mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-12 09:33:37 +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:
@@ -24,6 +24,8 @@
|
||||
AM_CPPFLAGS = -Wall -DPREFIX=\"$(prefix)\" -Wno-strict-aliasing -std=c++11 -fPIC -I$(top_srcdir)/lib @QT5_CFLAGS@
|
||||
LIBS = -L$(top_srcdir)/lib
|
||||
MOC = @QT_MOC@
|
||||
LUPDATE = @QT_LUPDATE@
|
||||
LRELEASE = @QT_LRELEASE@
|
||||
CWRAP = ../helpers/cwrap
|
||||
|
||||
# The dependency for qt's Meta Object Compiler (moc)
|
||||
@@ -45,8 +47,8 @@ uninstall-local:
|
||||
rm -f $(DESTDIR)$(prefix)/share/rivendell/rdhpi_*.qm
|
||||
|
||||
all:
|
||||
lupdate-qt5 rdhpi.pro
|
||||
lrelease-qt5 rdhpi.pro
|
||||
$(LUPDATE) rdhpi.pro
|
||||
$(LRELEASE) rdhpi.pro
|
||||
|
||||
lib_LTLIBRARIES = librdhpi.la
|
||||
dist_librdhpi_la_SOURCES = rdhpiinformation.cpp rdhpiinformation.h\
|
||||
|
Reference in New Issue
Block a user