diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-11-04 18:40:24 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-11-04 19:48:09 +0100 |
commit | f08dc187499d2895f50f7e2e7e99bf698b0c0738 (patch) | |
tree | 7b15638804b92fb99ffa07dc45fb29aef4d7cd80 /cmake/opentrack-qt.cmake | |
parent | a308e5cd2c6769750f8f6b4e486a8e66b591dafe (diff) |
cmake, main: add translation support
Diffstat (limited to 'cmake/opentrack-qt.cmake')
-rw-r--r-- | cmake/opentrack-qt.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/opentrack-qt.cmake b/cmake/opentrack-qt.cmake index ded4ec41..bb492eda 100644 --- a/cmake/opentrack-qt.cmake +++ b/cmake/opentrack-qt.cmake @@ -22,3 +22,4 @@ if(MSVC AND NOT is-msvc EQUAL 0) endforeach() ") endif() + |