OSDN Git Service

Git: Only allow commit if author information is valid
[qt-creator-jp/qt-creator-jp.git] / src / libs / utils / utils-lib.pri
1 dll {
2     DEFINES += QTCREATOR_UTILS_LIB
3 } else {
4     DEFINES += QTCREATOR_UTILS_STATIC_LIB
5 }
6
7 INCLUDEPATH += $$PWD
8
9 SOURCES += $$PWD/environment.cpp \
10     $$PWD/reloadpromptutils.cpp \
11     $$PWD/stringutils.cpp \
12     $$PWD/filesearch.cpp \
13     $$PWD/pathchooser.cpp \
14     $$PWD/pathlisteditor.cpp \
15     $$PWD/wizard.cpp \
16     $$PWD/filewizardpage.cpp \
17     $$PWD/filewizarddialog.cpp \
18     $$PWD/projectintropage.cpp \
19     $$PWD/basevalidatinglineedit.cpp \
20     $$PWD/filenamevalidatinglineedit.cpp \
21     $$PWD/projectnamevalidatinglineedit.cpp \
22     $$PWD/codegeneration.cpp \
23     $$PWD/newclasswidget.cpp \
24     $$PWD/classnamevalidatinglineedit.cpp \
25     $$PWD/linecolumnlabel.cpp \
26     $$PWD/fancylineedit.cpp \
27     $$PWD/qtcolorbutton.cpp \
28     $$PWD/savedaction.cpp \
29     $$PWD/submiteditorwidget.cpp \
30     $$PWD/synchronousprocess.cpp \
31     $$PWD/submitfieldwidget.cpp \
32     $$PWD/consoleprocess.cpp \
33     $$PWD/uncommentselection.cpp \
34     $$PWD/parameteraction.cpp \
35     $$PWD/treewidgetcolumnstretcher.cpp \
36     $$PWD/checkablemessagebox.cpp \
37     $$PWD/styledbar.cpp \
38     $$PWD/stylehelper.cpp \
39     $$PWD/welcomemodetreewidget.cpp \
40     $$PWD/iwelcomepage.cpp \
41     $$PWD/fancymainwindow.cpp \
42     $$PWD/detailsbutton.cpp \
43     $$PWD/detailswidget.cpp \
44     $$PWD/changeset.cpp \
45     $$PWD/filterlineedit.cpp \
46     $$PWD/faketooltip.cpp \
47     $$PWD/htmldocextractor.cpp \
48     $$PWD/navigationtreeview.cpp \
49     $$PWD/crumblepath.cpp \
50     $$PWD/debuggerlanguagechooser.cpp \
51     $$PWD/historycompleter.cpp \
52     $$PWD/buildablehelperlibrary.cpp
53
54 win32 {
55     SOURCES += $$PWD/abstractprocess_win.cpp \
56         $$PWD/consoleprocess_win.cpp \
57         $$PWD/winutils.cpp
58     HEADERS += $$PWD/winutils.h
59 }
60 else:SOURCES += $$PWD/consoleprocess_unix.cpp
61
62 unix:!macx {
63     HEADERS += $$PWD/unixutils.h
64     SOURCES += $$PWD/unixutils.cpp
65 }
66 HEADERS += $$PWD/environment.h \
67     $$PWD/utils_global.h \
68     $$PWD/reloadpromptutils.h \
69     $$PWD/stringutils.h \
70     $$PWD/filesearch.h \
71     $$PWD/listutils.h \
72     $$PWD/pathchooser.h \
73     $$PWD/pathlisteditor.h \
74     $$PWD/wizard.h \
75     $$PWD/filewizardpage.h \
76     $$PWD/filewizarddialog.h \
77     $$PWD/projectintropage.h \
78     $$PWD/basevalidatinglineedit.h \
79     $$PWD/filenamevalidatinglineedit.h \
80     $$PWD/projectnamevalidatinglineedit.h \
81     $$PWD/codegeneration.h \
82     $$PWD/newclasswidget.h \
83     $$PWD/classnamevalidatinglineedit.h \
84     $$PWD/linecolumnlabel.h \
85     $$PWD/fancylineedit.h \
86     $$PWD/qtcolorbutton.h \
87     $$PWD/savedaction.h \
88     $$PWD/submiteditorwidget.h \
89     $$PWD/abstractprocess.h \
90     $$PWD/consoleprocess.h \
91     $$PWD/synchronousprocess.h \
92     $$PWD/submitfieldwidget.h \
93     $$PWD/uncommentselection.h \
94     $$PWD/parameteraction.h \
95     $$PWD/treewidgetcolumnstretcher.h \
96     $$PWD/checkablemessagebox.h \
97     $$PWD/qtcassert.h \
98     $$PWD/styledbar.h \
99     $$PWD/stylehelper.h \
100     $$PWD/welcomemodetreewidget.h \
101     $$PWD/iwelcomepage.h \
102     $$PWD/fancymainwindow.h \
103     $$PWD/detailsbutton.h \
104     $$PWD/detailswidget.h \
105     $$PWD/changeset.h \
106     $$PWD/filterlineedit.h \
107     $$PWD/faketooltip.h \
108     $$PWD/htmldocextractor.h \
109     $$PWD/navigationtreeview.h \
110     $$PWD/crumblepath.h \
111     $$PWD/debuggerlanguagechooser.h \
112     $$PWD/historycompleter.h \
113     $$PWD/buildablehelperlibrary.h
114
115 FORMS += $$PWD/filewizardpage.ui \
116     $$PWD/projectintropage.ui \
117     $$PWD/newclasswidget.ui \
118     $$PWD/submiteditorwidget.ui \
119     $$PWD/checkablemessagebox.ui
120 RESOURCES += $$PWD/utils.qrc