summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
- }
}