Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Commit f11fb12

Browse files
committed
fix lrelease target
1 parent d4edd9a commit f11fb12

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ A simple offline-first synchronisation framework, to synchronize data of Qt appl
33

44
[![Travis Build Status](https://travis-ci.org/Skycoder42/QtDataSync.svg?branch=master)](https://travis-ci.org/Skycoder42/QtDataSync)
55
[![Appveyor Build status](https://ci.appveyor.com/api/projects/status/ygrlpdc6p3dcnmk1/branch/master?svg=true)](https://ci.appveyor.com/project/Skycoder42/qtdatasync/branch/master)
6+
[![Docker Build Status](https://img.shields.io/docker/build/skycoder42/qdsapp.svg)](https://hub.docker.com/r/skycoder42/qdsapp/)
67
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/3793032e97024b6ebec2f84ec2fd61ad)](https://www.codacy.com/app/Skycoder42/QtDataSync?utm_source=github.com&utm_medium=referral&utm_content=Skycoder42/QtDataSync&utm_campaign=Badge_Grade)
78
[![AUR](https://img.shields.io/aur/version/qt5-datasync.svg)](https://aur.archlinux.org/packages/qt5-datasync/)
89

src/messages/messages.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ SOURCES += \
5858

5959
include(../3rdparty/cryptopp/cryptopp.pri)
6060

61+
# dummy target, translations are all done in datasync
6162
QMAKE_EXTRA_TARGETS += lrelease
6263

6364
!ReleaseBuild:!DebugBuild:!system(qpmx -d $$shell_quote($$_PRO_FILE_PWD_) --qmake-run init $$QPMX_EXTRA_OPTIONS $$shell_quote($$QMAKE_QMAKE) $$shell_quote($$OUT_PWD)): error(qpmx initialization failed. Check the compilation log for details.)

src/src.pro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ imports.depends += datasync
1212

1313
imports.CONFIG += no_lrelease_target
1414
plugins.CONFIG += no_lrelease_target
15-
messages.CONFIG += no_lrelease_target
1615

1716
prepareRecursiveTarget(lrelease)
1817
QMAKE_EXTRA_TARGETS += lrelease

0 commit comments

Comments
 (0)