diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-12-16 12:48:12 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-12-16 12:48:12 +0100 |
commit | d564786057c62dce58ecf9ebd9726310fc3ab598 (patch) | |
tree | 62da93c6cf8576f46eb3604c621a6003721c58c0 /cmake/opentrack-qt.cmake | |
parent | 8cb5e8effdd7981449c9f00891748afd1237c175 (diff) |
cmake: fix mrproper -> install without regen translations enabled
Diffstat (limited to 'cmake/opentrack-qt.cmake')
-rw-r--r-- | cmake/opentrack-qt.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/opentrack-qt.cmake b/cmake/opentrack-qt.cmake index c6ab2673..38ef8b94 100644 --- a/cmake/opentrack-qt.cmake +++ b/cmake/opentrack-qt.cmake @@ -14,7 +14,6 @@ endif() string(FIND "${CMAKE_GENERATOR}" "Visual Studio " is-msvc) # on .sln generator we have no editbin path ready - if(MSVC AND NOT is-msvc EQUAL 0) install(CODE " foreach(i Qt5Core Qt5Gui Qt5Network Qt5SerialPort Qt5Widgets platforms/qwindows) |