summaryrefslogtreecommitdiff
path: root/config/qt4_gui.mpb
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-07-14 01:13:28 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-07-14 01:13:28 +0000
commitbe085aacc298344854c4f3f0d60fbe79dc04bdac (patch)
treeaf3625b5f85cf2b0373872474734230d8c2df190 /config/qt4_gui.mpb
parentc235f4425cb1b682ef8d2aa4b0e83e542a86e836 (diff)
downloadMPC-be085aacc298344854c4f3f0d60fbe79dc04bdac.tar.gz
ChangeLogTag: Fri Jul 14 01:10:35 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'config/qt4_gui.mpb')
-rw-r--r--config/qt4_gui.mpb24
1 files changed, 24 insertions, 0 deletions
diff --git a/config/qt4_gui.mpb b/config/qt4_gui.mpb
new file mode 100644
index 00000000..bf268b73
--- /dev/null
+++ b/config/qt4_gui.mpb
@@ -0,0 +1,24 @@
+// -*- MPC -*-
+// $Id$
+
+project: qt4_core {
+ lit_libs += QtGui$(QTDEBUG)
+
+ Define_Custom(UIC) {
+ automatic = 1
+ command = $(QTDIR)/bin/uic
+ output_option = -o
+ inputext = .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
+ }
+}