]> sigrok.org Git - sigrok-qt.git/commitdiff
qt: Move locale.extra line.
authorUwe Hermann <redacted>
Tue, 3 Jan 2012 20:42:15 +0000 (21:42 +0100)
committerUwe Hermann <redacted>
Tue, 3 Jan 2012 20:42:15 +0000 (21:42 +0100)
This generates the .qm files before qmake/make tries to install them.

sigrok-qt.pro

index 84dc889b2335378853d05b5ad8dee6cfd7db91bd..457f89162f5cfaba5cf6c49e791cff930b02ce46 100644 (file)
@@ -72,8 +72,8 @@ win32 {
 PREFIX        = /usr/local
 target.path   = $$PREFIX/bin
 locale.path   = $$PREFIX/share/sigrok-qt/translations
-locale.files  = locale/*.qm
 locale.extra  = lrelease sigrok-qt.pro
+locale.files  = locale/*.qm
 man.path      = $$PREFIX/man/man1
 man.files     = doc/sigrok-qt.1
 INSTALLS     += target locale man