mirror of
https://github.com/reactos/CMake.git
synced 2025-01-26 22:07:24 +00:00
Qt4: Add IMPORTED executable for qmake.
This commit is contained in:
parent
1cc3e9f2e7
commit
7d90d6c59e
@ -1147,6 +1147,11 @@ if (QT_QMAKE_EXECUTABLE AND QTVERSION)
|
||||
_find_qt4_program(QT_DESIGNER_EXECUTABLE Qt4::designer designer-qt4 designer designer4)
|
||||
_find_qt4_program(QT_LINGUIST_EXECUTABLE Qt4::linguist linguist-qt4 linguist linguist4)
|
||||
|
||||
if (NOT TARGET Qt4::qmake)
|
||||
add_executable(Qt4::qmake IMPORTED)
|
||||
set_property(TARGET Qt4::qmake PROPERTY IMPORTED_LOCATION ${QT_QMAKE_EXECUTABLE})
|
||||
endif()
|
||||
|
||||
if (QT_MOC_EXECUTABLE)
|
||||
set(QT_WRAP_CPP "YES")
|
||||
endif ()
|
||||
|
Loading…
x
Reference in New Issue
Block a user