From 64677d2e8790f9cddee4ac74db92f44295e02ecc Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 30 Aug 2012 20:51:14 +0200 Subject: [PATCH] move statements to the right project file there is no apparent reason to deviate from the standard of this library. Change-Id: Ifffd2e7ebd3efdf4639e6ba616aff31da6c29b97 Reviewed-by: Eike Ziller --- src/libs/utils/utils-lib.pri | 7 +++++-- src/libs/utils/utils.pro | 7 ------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/src/libs/utils/utils-lib.pri b/src/libs/utils/utils-lib.pri index a8a6dfe1b7b..5335d112229 100644 --- a/src/libs/utils/utils-lib.pri +++ b/src/libs/utils/utils-lib.pri @@ -79,7 +79,8 @@ SOURCES += $$PWD/environment.cpp \ $$PWD/basetreeview.cpp \ $$PWD/qtcassert.cpp \ $$PWD/elfreader.cpp \ - $$PWD/bracematcher.cpp + $$PWD/bracematcher.cpp \ + $$PWD/proxyaction.cpp win32 { SOURCES += \ @@ -165,7 +166,9 @@ HEADERS += \ $$PWD/appmainwindow.h \ $$PWD/basetreeview.h \ $$PWD/elfreader.h \ - $$PWD/bracematcher.h + $$PWD/bracematcher.h \ + $$PWD/proxyaction.h \ + $$PWD/hostosinfo.h FORMS += $$PWD/filewizardpage.ui \ $$PWD/projectintropage.ui \ diff --git a/src/libs/utils/utils.pro b/src/libs/utils/utils.pro index 30bba918bab..1a55802ead9 100644 --- a/src/libs/utils/utils.pro +++ b/src/libs/utils/utils.pro @@ -12,13 +12,6 @@ lessThan(QT_MAJOR_VERSION, 5) { win32:include(../../private_headers.pri) } -HEADERS += \ - proxyaction.h \ - hostosinfo.h - -SOURCES += \ - proxyaction.cpp - win32: LIBS += -lUser32 # PortsGatherer win32: LIBS += -liphlpapi -lWs2_32