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 97d52668cc
commit 34798399da
2 changed files with 2 additions and 2 deletions

View File

@@ -42,6 +42,6 @@ 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)
target_link_libraries(qbt_properties Qt5::Widgets Qt5::Concurrent)