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