mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 11:53:28 +02:00
remove fvversioncomparator from headers passed to qt4
This commit is contained in:
parent
fc3ce26c70
commit
331351765e
1 changed files with 5 additions and 0 deletions
5
interface/external/fervor/CMakeLists.txt
vendored
5
interface/external/fervor/CMakeLists.txt
vendored
|
@ -6,6 +6,11 @@ add_definitions(-DFV_GUI)
|
|||
|
||||
file(GLOB FERVOR_SOURCES *.cpp)
|
||||
file(GLOB FERVOR_HEADERS *.h)
|
||||
|
||||
LIST(GET FERVOR_HEADERS 1 FIRST_HEADER)
|
||||
GET_FILENAME_COMPONENT(HEADER_PATH ${FIRST_HEADER} PATH)
|
||||
list(REMOVE_ITEM FERVOR_HEADERS ${HEADER_PATH}/fvversioncomparator.h)
|
||||
|
||||
file(GLOB FERVOR_UI *.ui)
|
||||
|
||||
qt4_wrap_ui(FERVOR_WRAPPED_UI ${FERVOR_UI})
|
||||
|
|
Loading…
Reference in a new issue