summaryrefslogtreecommitdiffstats
path: root/Modules/LinkQT.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/LinkQT.cmake')
-rw-r--r--Modules/LinkQT.cmake12
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})