repo.or.cz
/
cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
FIX:
[cmake.git]
/
Modules
/
LinkQT.cmake
blob
213c1af11197310c46f1caea82b8738edf2ceef7
1
# Link in QT
2
3
4
IF (WIN32)
5
LINK_LIBRARIES( imm32.lib ws2_32.lib)
6
#Ensure that qt.lib is last
7
ENDIF (WIN32)
8
9
10
LINK_LIBRARIES( ${QT_QT_LIBRARY})