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 <eike.ziller@nokia.com>
This commit is contained in:
Oswald Buddenhagen
2012-08-30 20:51:14 +02:00
committed by Eike Ziller
parent 91d81443ed
commit 64677d2e87
2 changed files with 5 additions and 9 deletions

View File

@@ -79,7 +79,8 @@ SOURCES += $$PWD/environment.cpp \
$$PWD/basetreeview.cpp \ $$PWD/basetreeview.cpp \
$$PWD/qtcassert.cpp \ $$PWD/qtcassert.cpp \
$$PWD/elfreader.cpp \ $$PWD/elfreader.cpp \
$$PWD/bracematcher.cpp $$PWD/bracematcher.cpp \
$$PWD/proxyaction.cpp
win32 { win32 {
SOURCES += \ SOURCES += \
@@ -165,7 +166,9 @@ HEADERS += \
$$PWD/appmainwindow.h \ $$PWD/appmainwindow.h \
$$PWD/basetreeview.h \ $$PWD/basetreeview.h \
$$PWD/elfreader.h \ $$PWD/elfreader.h \
$$PWD/bracematcher.h $$PWD/bracematcher.h \
$$PWD/proxyaction.h \
$$PWD/hostosinfo.h
FORMS += $$PWD/filewizardpage.ui \ FORMS += $$PWD/filewizardpage.ui \
$$PWD/projectintropage.ui \ $$PWD/projectintropage.ui \

View File

@@ -12,13 +12,6 @@ lessThan(QT_MAJOR_VERSION, 5) {
win32:include(../../private_headers.pri) win32:include(../../private_headers.pri)
} }
HEADERS += \
proxyaction.h \
hostosinfo.h
SOURCES += \
proxyaction.cpp
win32: LIBS += -lUser32 win32: LIBS += -lUser32
# PortsGatherer # PortsGatherer
win32: LIBS += -liphlpapi -lWs2_32 win32: LIBS += -liphlpapi -lWs2_32