forked from qt-creator/qt-creator
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:
@@ -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 \
|
||||
|
@@ -17,9 +17,3 @@ linux-* {
|
||||
win32: LIBS += -luser32 -lshell32
|
||||
# PortsGatherer
|
||||
win32: LIBS += -liphlpapi -lws2_32
|
||||
|
||||
HEADERS += \
|
||||
progressindicator.h
|
||||
|
||||
SOURCES += \
|
||||
progressindicator.cpp
|
||||
|
Reference in New Issue
Block a user