Include CMakeParseArguments in Qt5LinguistToolsMacros.cmake
authorStephen Kelly <stephen.kelly@kdab.com>
Wed, 16 Apr 2014 10:02:41 +0000 (12:02 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 16 Apr 2014 14:23:26 +0000 (16:23 +0200)
This is shipped with CMake 2.8.3, which is the minimum version of
CMake required anyway.

Task-number: QTBUG-38375
Change-Id: I48c155f9532fafe2b91544a93cf489f238f0b9d9
Reviewed-by: Volker Krause <volker.krause@kdab.com>
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
src/linguist/Qt5LinguistToolsMacros.cmake

index 18ea81a..6013cc6 100644 (file)
@@ -30,7 +30,7 @@
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #=============================================================================
 
-
+include(CMakeParseArguments)
 
 function(QT5_CREATE_TRANSLATION _qm_files)
     set(options)