Files
qt-creator/src/libs/utils/utils.pro

105 lines
2.5 KiB
Prolog
Raw Normal View History

2008-12-02 12:01:29 +01:00
TEMPLATE = lib
TARGET = Utils
QT += gui \
network
DEFINES += QTCREATOR_UTILS_LIB
include(../../qtcreatorlibrary.pri)
SOURCES += reloadpromptutils.cpp \
stringutils.cpp \
2008-12-02 12:01:29 +01:00
filesearch.cpp \
pathchooser.cpp \
pathlisteditor.cpp \
wizard.cpp \
2008-12-02 12:01:29 +01:00
filewizardpage.cpp \
filewizarddialog.cpp \
projectintropage.cpp \
basevalidatinglineedit.cpp \
filenamevalidatinglineedit.cpp \
projectnamevalidatinglineedit.cpp \
codegeneration.cpp \
newclasswidget.cpp \
classnamevalidatinglineedit.cpp \
linecolumnlabel.cpp \
fancylineedit.cpp \
qtcolorbutton.cpp \
savedaction.cpp \
2008-12-02 12:01:29 +01:00
submiteditorwidget.cpp \
synchronousprocess.cpp \
submitfieldwidget.cpp \
consoleprocess.cpp \
uncommentselection.cpp \
parameteraction.cpp \
treewidgetcolumnstretcher.cpp \
2009-07-15 12:06:21 +02:00
checkablemessagebox.cpp \
styledbar.cpp \
stylehelper.cpp \
welcomemodetreewidget.cpp \
iwelcomepage.cpp \
fancymainwindow.cpp \
2009-10-01 14:24:44 +02:00
detailsbutton.cpp \
2009-11-18 14:09:32 +01:00
detailswidget.cpp \
changeset.cpp \
filterlineedit.cpp \
faketooltip.cpp \
htmldocextractor.cpp
win32 {
SOURCES += abstractprocess_win.cpp \
consoleprocess_win.cpp \
winutils.cpp
2009-03-03 14:01:58 +01:00
HEADERS += winutils.h
}
else:SOURCES += consoleprocess_unix.cpp
unix:!macx {
HEADERS += unixutils.h
SOURCES += unixutils.cpp
}
HEADERS += utils_global.h \
2008-12-02 12:01:29 +01:00
reloadpromptutils.h \
stringutils.h \
2008-12-02 12:01:29 +01:00
filesearch.h \
listutils.h \
pathchooser.h \
pathlisteditor.h \
wizard.h \
2008-12-02 12:01:29 +01:00
filewizardpage.h \
filewizarddialog.h \
projectintropage.h \
basevalidatinglineedit.h \
filenamevalidatinglineedit.h \
projectnamevalidatinglineedit.h \
codegeneration.h \
newclasswidget.h \
classnamevalidatinglineedit.h \
linecolumnlabel.h \
fancylineedit.h \
qtcolorbutton.h \
savedaction.h \
2008-12-02 12:01:29 +01:00
submiteditorwidget.h \
abstractprocess.h \
consoleprocess.h \
synchronousprocess.h \
submitfieldwidget.h \
uncommentselection.h \
parameteraction.h \
treewidgetcolumnstretcher.h \
2009-06-16 17:55:02 +02:00
checkablemessagebox.h \
2009-07-15 12:06:21 +02:00
qtcassert.h \
styledbar.h \
stylehelper.h \
welcomemodetreewidget.h \
iwelcomepage.h \
fancymainwindow.h \
2009-10-01 14:24:44 +02:00
detailsbutton.h \
2009-11-18 14:09:32 +01:00
detailswidget.h \
changeset.h \
filterlineedit.h \
faketooltip.h \
htmldocextractor.h
2008-12-02 12:01:29 +01:00
FORMS += filewizardpage.ui \
projectintropage.ui \
newclasswidget.ui \
submiteditorwidget.ui \
checkablemessagebox.ui
RESOURCES += utils.qrc