From 17ac107d71f79bd0dfc1e8551fe05f5b56d0d3b3 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Thu, 22 Jan 2015 15:41:54 +0100 Subject: [PATCH] Utils: Move source & header from utils.pro to utils-lib.pri Change-Id: I4d473950a1352c07b0f35bc84475a3364336eeda Reviewed-by: Eike Ziller --- src/libs/utils/utils-lib.pri | 6 ++++-- src/libs/utils/utils.pro | 6 ------ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/libs/utils/utils-lib.pri b/src/libs/utils/utils-lib.pri index 8111ff17cb5..bd138d0f18a 100644 --- a/src/libs/utils/utils-lib.pri +++ b/src/libs/utils/utils-lib.pri @@ -91,7 +91,8 @@ SOURCES += $$PWD/environment.cpp \ $$PWD/treeviewcombobox.cpp \ $$PWD/proxycredentialsdialog.cpp \ $$PWD/macroexpander.cpp \ - $$PWD/theme/theme.cpp + $$PWD/theme/theme.cpp \ + $$PWD/progressindicator.cpp win32:SOURCES += $$PWD/consoleprocess_win.cpp else:SOURCES += $$PWD/consoleprocess_unix.cpp @@ -188,7 +189,8 @@ HEADERS += \ $$PWD/proxycredentialsdialog.h \ $$PWD/macroexpander.h \ $$PWD/theme/theme.h \ - $$PWD/theme/theme_p.h + $$PWD/theme/theme_p.h \ + $$PWD/progressindicator.h FORMS += $$PWD/filewizardpage.ui \ $$PWD/projectintropage.ui \ diff --git a/src/libs/utils/utils.pro b/src/libs/utils/utils.pro index c6be7af2ae3..b857dc9b24d 100644 --- a/src/libs/utils/utils.pro +++ b/src/libs/utils/utils.pro @@ -17,9 +17,3 @@ linux-* { win32: LIBS += -luser32 -lshell32 # PortsGatherer win32: LIBS += -liphlpapi -lws2_32 - -HEADERS += \ - progressindicator.h - -SOURCES += \ - progressindicator.cpp