summaryrefslogtreecommitdiff
path: root/ACE/MPC/config/qt4_gui.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/MPC/config/qt4_gui.mpb')
-rw-r--r--ACE/MPC/config/qt4_gui.mpb36
1 files changed, 36 insertions, 0 deletions
diff --git a/ACE/MPC/config/qt4_gui.mpb b/ACE/MPC/config/qt4_gui.mpb
new file mode 100644
index 00000000000..8f0c8b22f30
--- /dev/null
+++ b/ACE/MPC/config/qt4_gui.mpb
@@ -0,0 +1,36 @@
+// -*- MPC -*-
+// $Id$
+
+project: qt4_core {
+ lit_libs += QtGui$(QT_CFG)
+
+ Define_Custom(UIC) {
+ automatic = 1
+ command = $(QTDIR)/bin/uic
+ output_option = -o
+ inputext = .ui
+ pre_filename = ui_
+ header_outputext = .h
+ }
+
+ Define_Custom(MOC) {
+ automatic = 0
+ command = $(QTDIR)/bin/moc
+ output_option = -o
+ pch_postrule = 1
+ inputext = .h
+ pre_extension = _moc
+ source_outputext = .cpp
+ }
+
+ Define_Custom(QRC) {
+ automatic = 1
+ command = $(QTDIR)/bin/rcc
+ output_option = -o
+ commandflags = -name <%input_noext%>
+ pch_postrule = 1
+ inputext = .qrc
+ pre_extension = _qrc
+ source_outputext = .cpp
+ }
+}