Utils: Add QtConcurrentTools header to project

Change-Id: I977b3df9b7111e1f8949abc09975c5bbc4a8e768
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Orgad Shaneh
2014-06-24 09:51:46 +03:00
committed by hjk
parent fc46406fc8
commit 4f24d035ba
2 changed files with 3 additions and 1 deletions

View File

@@ -182,7 +182,8 @@ HEADERS += \
$$PWD/itemviews.h \ $$PWD/itemviews.h \
$$PWD/treeviewcombobox.h \ $$PWD/treeviewcombobox.h \
$$PWD/scopedswap.h \ $$PWD/scopedswap.h \
$$PWD/algorithm.h $$PWD/algorithm.h \
$$PWD/QtConcurrentTools
FORMS += $$PWD/filewizardpage.ui \ FORMS += $$PWD/filewizardpage.ui \
$$PWD/projectintropage.ui \ $$PWD/projectintropage.ui \

View File

@@ -24,6 +24,7 @@ QtcLibrary {
Depends { name: "app_version_header" } Depends { name: "app_version_header" }
files: [ files: [
"QtConcurrentTools",
"annotateditemdelegate.cpp", "annotateditemdelegate.cpp",
"annotateditemdelegate.h", "annotateditemdelegate.h",
"ansiescapecodehandler.cpp", "ansiescapecodehandler.cpp",