summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormbrudka <mbrudka@a3e5c962-4219-0410-a828-e124f845ac39>2004-12-09 19:02:36 +0000
committermbrudka <mbrudka@a3e5c962-4219-0410-a828-e124f845ac39>2004-12-09 19:02:36 +0000
commit0a3decb369ad46d45aeb87b73eee10a713f07c5a (patch)
treeecc5afe1ff3bc6cd7149cccd0c425bf7aea862a9
parent39f43b1d84cc0a17287b11296ce7d3a3d8c598b6 (diff)
downloadMPC-REACTOR_SEPARATION.tar.gz
ChangeLogTag: Thu Dec 9 20:00:39 2004 Marek Brudka <mbrudka@aster.pl>REACTOR_SEPARATION
-rw-r--r--ChangeLog6
-rw-r--r--config/qt_moc.mpb11
-rw-r--r--config/qt_uic.mpb10
3 files changed, 5 insertions, 22 deletions
diff --git a/ChangeLog b/ChangeLog
index 40a4bcd0..d2632cfe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,10 @@
-Sat Dec 4 16:03:26 2004 Marek Brudka <mbrudka@aster.pl>
+Thu Dec 9 20:00:39 2004 Marek Brudka <mbrudka@aster.pl>
* config/qt_uic.mpb (Module):
* config/qt_moc.mpb (Module):
+ These files are empty now.
* config/qt.mpb (Module):
- UIC and MOC custom rules moved to qt.mpb. This way qt_uic and qt_moc became
- unnecesary.
+ Qt became project which provides MOC and UIC rules.
Sat Dec 4 14:29:51 2004 Marek Brudka <mbrudka@aster.pl>
diff --git a/config/qt_moc.mpb b/config/qt_moc.mpb
index 2dff6e61..88aaf8e0 100644
--- a/config/qt_moc.mpb
+++ b/config/qt_moc.mpb
@@ -1,14 +1,5 @@
// -*- MPC -*-
// $Id$
-
+// This file stays here for compatibility reasons
project : qt {
- Define_Custom(MOC) {
- automatic = 0
- command = $(QTDIR)/bin/moc
- output_option = -o
- pch_postrule = 1
- inputext = .h
- pre_extension = _moc
- source_outputext = .cpp
- }
}
diff --git a/config/qt_uic.mpb b/config/qt_uic.mpb
index 64207631..88aaf8e0 100644
--- a/config/qt_uic.mpb
+++ b/config/qt_uic.mpb
@@ -1,13 +1,5 @@
// -*- MPC -*-
// $Id$
-
+// This file stays here for compatibility reasons
project : qt {
- Define_Custom(UIC) {
- automatic = 1
- command = $(QTDIR)/bin/uic
- postcommand = $(QTDIR)/bin/uic -impl <%input_noext%>.h -o <%input_noext%>.cpp <%input%>
- output_option = -o
- inputext = .ui
- header_outputext = .h
- }
}