5 lit_libs += QtGui$(QT_CFG)
7 // On some linux systems with both Qt3 and Qt4 installed, the uic and moc
8 // executables for Qt4 need to be run as "uic-qt4" (doesn't apply to rcc).
9 // Expand the variable here to avoid the "undefined" warning from msvc.
16 command = $(QTDIR)/bin/uic$(QT4_SUFFIX)
26 command = $(QTDIR)/bin/moc$(QT4_SUFFIX)
31 source_outputext = .cpp
35 command = $(QTDIR)/bin/rcc
37 commandflags = -name <%input_noext%>
41 source_outputext = .cpp