summaryrefslogtreecommitdiff
path: root/config/qt.mpb
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-04-18 09:28:07 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-04-18 09:28:07 +0000
commit9b0b18917c9a3a495eab88f886aec02d738c111b (patch)
treedeee110eb8fb343c0b3eb664b4d904be6f8fd928 /config/qt.mpb
parent0e9756b0af3cbfa6a2de1724e8ccb4c52f6a4735 (diff)
downloadMPC-9b0b18917c9a3a495eab88f886aec02d738c111b.tar.gz
Wed Apr 18 09:27:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'config/qt.mpb')
-rw-r--r--config/qt.mpb11
1 files changed, 11 insertions, 0 deletions
diff --git a/config/qt.mpb b/config/qt.mpb
index ef7ce6ff..548cd2c8 100644
--- a/config/qt.mpb
+++ b/config/qt.mpb
@@ -36,4 +36,15 @@ project {
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
+ }
}