forked from qt-creator/qt-creator
Utils: Add QtConcurrentTools header to project
Change-Id: I977b3df9b7111e1f8949abc09975c5bbc4a8e768 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -182,7 +182,8 @@ HEADERS += \
|
||||
$$PWD/itemviews.h \
|
||||
$$PWD/treeviewcombobox.h \
|
||||
$$PWD/scopedswap.h \
|
||||
$$PWD/algorithm.h
|
||||
$$PWD/algorithm.h \
|
||||
$$PWD/QtConcurrentTools
|
||||
|
||||
FORMS += $$PWD/filewizardpage.ui \
|
||||
$$PWD/projectintropage.ui \
|
||||
|
@@ -24,6 +24,7 @@ QtcLibrary {
|
||||
Depends { name: "app_version_header" }
|
||||
|
||||
files: [
|
||||
"QtConcurrentTools",
|
||||
"annotateditemdelegate.cpp",
|
||||
"annotateditemdelegate.h",
|
||||
"ansiescapecodehandler.cpp",
|
||||
|
Reference in New Issue
Block a user