Utils: Move source & header from utils.pro to utils-lib.pri

Change-Id: I4d473950a1352c07b0f35bc84475a3364336eeda
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Eike Ziller
2015-01-22 15:41:54 +01:00
parent 9f6e8aa921
commit 17ac107d71
2 changed files with 4 additions and 8 deletions

View File

@@ -91,7 +91,8 @@ SOURCES += $$PWD/environment.cpp \
$$PWD/treeviewcombobox.cpp \ $$PWD/treeviewcombobox.cpp \
$$PWD/proxycredentialsdialog.cpp \ $$PWD/proxycredentialsdialog.cpp \
$$PWD/macroexpander.cpp \ $$PWD/macroexpander.cpp \
$$PWD/theme/theme.cpp $$PWD/theme/theme.cpp \
$$PWD/progressindicator.cpp
win32:SOURCES += $$PWD/consoleprocess_win.cpp win32:SOURCES += $$PWD/consoleprocess_win.cpp
else:SOURCES += $$PWD/consoleprocess_unix.cpp else:SOURCES += $$PWD/consoleprocess_unix.cpp
@@ -188,7 +189,8 @@ HEADERS += \
$$PWD/proxycredentialsdialog.h \ $$PWD/proxycredentialsdialog.h \
$$PWD/macroexpander.h \ $$PWD/macroexpander.h \
$$PWD/theme/theme.h \ $$PWD/theme/theme.h \
$$PWD/theme/theme_p.h $$PWD/theme/theme_p.h \
$$PWD/progressindicator.h
FORMS += $$PWD/filewizardpage.ui \ FORMS += $$PWD/filewizardpage.ui \
$$PWD/projectintropage.ui \ $$PWD/projectintropage.ui \

View File

@@ -17,9 +17,3 @@ linux-* {
win32: LIBS += -luser32 -lshell32 win32: LIBS += -luser32 -lshell32
# PortsGatherer # PortsGatherer
win32: LIBS += -liphlpapi -lws2_32 win32: LIBS += -liphlpapi -lws2_32
HEADERS += \
progressindicator.h
SOURCES += \
progressindicator.cpp