Commit 78e08c928adb48b42f5566db8288dc1ba8b053dd

Authored by Josh Klontz
1 parent 54ec51b1

allow QT_DEPENDENCIES to be appended to

Showing 1 changed file with 1 additions and 1 deletions
CMakeLists.txt
... ... @@ -74,7 +74,7 @@ if(BR_EMBEDDED)
74 74 endif()
75 75  
76 76 # Find Qt
77   -set(QT_DEPENDENCIES Concurrent Core)
  77 +set(QT_DEPENDENCIES ${QT_DEPENDENCIES} Concurrent Core)
78 78 if(NOT BR_EMBEDDED)
79 79 set(QT_DEPENDENCIES ${QT_DEPENDENCIES} Gui Network Sql Widgets Xml)
80 80 endif()
... ...