cmake: fixes for cmake 3.8

AUTOUIC seems to became stricter.
This commit is contained in:
Eugene Shalygin
2017-04-11 13:43:23 +02:00
parent 258efe261d
commit 778209ae49
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ speedwidget.cpp
speedplotview.cpp
)
add_library(qbt_properties STATIC ${QBT_PROPERTIES_HEADERS} ${QBT_PROPERTIES_SOURCES})
add_library(qbt_properties STATIC ${QBT_PROPERTIES_HEADERS} ${QBT_PROPERTIES_SOURCES} ${QBT_PROPERTIES_FORMS})
target_link_libraries(qbt_properties qbt_base)
if (NOT QT4_FOUND)
target_link_libraries(qbt_properties Qt5::Widgets Qt5::Concurrent)