summaryrefslogtreecommitdiff
path: root/net-im/psi/files/patch-src_sxe_CMakeLists.txt
blob: 3bb80792b8bd475ca0671349e522cd3908ec567b (plain) (blame)
1
2
3
4
5
6
7
8
--- src/sxe/CMakeLists.txt.orig	2018-07-20 20:15:10 UTC
+++ src/sxe/CMakeLists.txt
@@ -34,4 +34,5 @@ set(PLAIN_HEADERS
 
 qt_wrap_cpp(MOC_SOURCES ${HEADERS})
 add_library(sxe STATIC ${HEADERS} ${MOC_SOURCES} ${PLAIN_SOURCES} ${PLAIN_HEADERS})
+add_dependencies(sxe build_ui_files)
 target_link_libraries(sxe ${QT_LIBRARIES} ${iris_LIB} libpsi_tools widgets)