~jpakkane/+junk/streamingmodel

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Jussi Pakkanen
  • Date: 2014-07-03 07:53:48 UTC
  • Revision ID: jussi.pakkanen@canonical.com-20140703075348-lh0qmj4pwjaibthn
Run query streaming in a diffeent thread.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
streamingmodel.cpp streamingmodel.h
17
17
${GUI_HEADERS})
18
18
 
19
 
qt5_use_modules(streamtest Widgets)
 
19
qt5_use_modules(streamtest Widgets Concurrent)