diff options
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-x | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 074e4011..a90720a9 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,10 +35,10 @@ set(opentrack-all-translations nl_NL ru_RU stub) include(opentrack-word-size) include(opentrack-hier) -include(opentrack-qt) include(opentrack-platform) include(opentrack-boilerplate) +include(opentrack-qt) include(opentrack-version) include(opentrack-install) |