summaryrefslogtreecommitdiff
path: root/src/libs/utils/utils.pro
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2015-01-12 15:44:53 +0100
committerEike Ziller <eike.ziller@theqtcompany.com>2015-01-15 17:45:08 +0100
commit5e60848942f34213aee259b433c900bc6006a57c (patch)
treea8d61b84e37703cfcc7863da03680e15d1751cb5 /src/libs/utils/utils.pro
parentbab7794a0d69f58ace7f0249008b4a0ab96167d1 (diff)
downloadqt-creator-5e60848942f34213aee259b433c900bc6006a57c.tar.gz
Utils: Add round progress indicator widget
Change-Id: Ia3a51fb99ae6cec1b7b3c135d272e92d503128dc Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Diffstat (limited to 'src/libs/utils/utils.pro')
-rw-r--r--src/libs/utils/utils.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/libs/utils/utils.pro b/src/libs/utils/utils.pro
index b857dc9b24..c6be7af2ae 100644
--- a/src/libs/utils/utils.pro
+++ b/src/libs/utils/utils.pro
@@ -17,3 +17,9 @@ linux-* {
win32: LIBS += -luser32 -lshell32
# PortsGatherer
win32: LIBS += -liphlpapi -lws2_32
+
+HEADERS += \
+ progressindicator.h
+
+SOURCES += \
+ progressindicator.cpp