utils_external.pri 3.3 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
######################################################################
# Automatically generated by qmake (2.01a) Mi Jun 22 00:51:09 2011
######################################################################

DEPENDPATH += . \
              ../.
INCLUDEPATH += . \
               ../.

# HACK! BIG TIME!
DEFINES += EXTERNAL_USE

13 14
DEFINES += QTCREATOR_UTILS_LIB

15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
# Input
HEADERS += abstractprocess.h \
           basevalidatinglineedit.h \
           checkablemessagebox.h \
           classnamevalidatinglineedit.h \
           codegeneration.h \
           consoleprocess.h \
           coordinateconversions.h \
           detailsbutton.h \
           detailswidget.h \
           fancylineedit.h \
           fancymainwindow.h \
           filenamevalidatinglineedit.h \
           filesearch.h \
           filewizarddialog.h \
           filewizardpage.h \
           homelocationutil.h \
           iwelcomepage.h \
           linecolumnlabel.h \
           listutils.h \
           newclasswidget.h \
           parameteraction.h \
           pathchooser.h \
           pathlisteditor.h \
           pathutils.h \
           projectintropage.h \
           projectnamevalidatinglineedit.h \
           qtcassert.h \
           qtcolorbutton.h \
           reloadpromptutils.h \
           savedaction.h \
           settingsutils.h \
           styledbar.h \
           stylehelper.h \
           submiteditorwidget.h \
           submitfieldwidget.h \
           synchronousprocess.h \
           treewidgetcolumnstretcher.h \
           uncommentselection.h \
           utils_global.h \
           welcomemodetreewidget.h \
           worldmagmodel.h \
           xmlconfig.h

win32 {
lm's avatar
lm committed
60
HEADERS += winutils.h
61 62 63 64 65 66 67 68 69 70 71 72 73 74
}

FORMS += checkablemessagebox.ui \
         filewizardpage.ui \
         newclasswidget.ui \
         projectintropage.ui \
         submiteditorwidget.ui

win32 {
SOURCES += abstractprocess_win.cpp \
           consoleprocess_win.cpp \
           winutils.cpp
}

75 76 77 78 79 80 81 82
macx {
SOURCES += consoleprocess_unix.cpp
}

linux-g++ {
SOURCES += consoleprocess_unix.cpp
}

83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121
SOURCES += basevalidatinglineedit.cpp \
           checkablemessagebox.cpp \
           classnamevalidatinglineedit.cpp \
           codegeneration.cpp \
           consoleprocess.cpp \
           coordinateconversions.cpp \
           detailsbutton.cpp \
           detailswidget.cpp \
           fancylineedit.cpp \
           fancymainwindow.cpp \
           filenamevalidatinglineedit.cpp \
           filesearch.cpp \
           filewizarddialog.cpp \
           filewizardpage.cpp \
           homelocationutil.cpp \
           iwelcomepage.cpp \
           linecolumnlabel.cpp \
           newclasswidget.cpp \
           parameteraction.cpp \
           pathchooser.cpp \
           pathlisteditor.cpp \
           pathutils.cpp \
           projectintropage.cpp \
           projectnamevalidatinglineedit.cpp \
           qtcolorbutton.cpp \
           reloadpromptutils.cpp \
           savedaction.cpp \
           settingsutils.cpp \
           styledbar.cpp \
           stylehelper.cpp \
           submiteditorwidget.cpp \
           submitfieldwidget.cpp \
           synchronousprocess.cpp \
           treewidgetcolumnstretcher.cpp \
           uncommentselection.cpp \
           welcomemodetreewidget.cpp \
           worldmagmodel.cpp \
           xmlconfig.cpp
RESOURCES += utils.qrc