diff options
author | Ian Scott <ian.m.scott@stud.man.ac.uk> | 2002-09-02 11:03:43 (GMT) |
---|---|---|
committer | Ian Scott <ian.m.scott@stud.man.ac.uk> | 2002-09-02 11:03:43 (GMT) |
commit | 63d64d5780aa189324800e70feb6345a73b8e8a3 (patch) | |
tree | a806defdada082ed52b292f43347ad8cf3aff382 /Modules/LinkQT.cmake | |
parent | a888ba53faad5027a5f7941971a56a959035505f (diff) | |
download | CMake-63d64d5780aa189324800e70feb6345a73b8e8a3.zip CMake-63d64d5780aa189324800e70feb6345a73b8e8a3.tar.gz CMake-63d64d5780aa189324800e70feb6345a73b8e8a3.tar.bz2 |
Define a single expected format for the values defined in every FindXXX.cmake file.
Upgrade all the QT functionality to use the new FindXXX.cmake format
Add a module for AVIFile.
Diffstat (limited to 'Modules/LinkQT.cmake')
-rw-r--r-- | Modules/LinkQT.cmake | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/Modules/LinkQT.cmake b/Modules/LinkQT.cmake index 213c1af..f62c326 100644 --- a/Modules/LinkQT.cmake +++ b/Modules/LinkQT.cmake @@ -1,10 +1,4 @@ -# Link in QT +# Use of this file is deprecated. +# Replace any lines that include this file with the line below. - -IF (WIN32) - LINK_LIBRARIES( imm32.lib ws2_32.lib) -#Ensure that qt.lib is last -ENDIF (WIN32) - - -LINK_LIBRARIES( ${QT_QT_LIBRARY}) +LINK_LIBRARIES( ${QT_LIBRARIES}) |