diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-16 01:06:51 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-16 01:06:51 -0600 |
commit | bc20a8f98980dfc2bf41adbcffabf611897c9c1e (patch) | |
tree | 5ae8eaf87cfdfd86ed71c8f0399101351ba59809 | |
parent | cf71dc3ffcfe8e63b24996b54ba86664f0a178a9 (diff) | |
download | pytde-bc20a8f98980dfc2bf41adbcffabf611897c9c1e.tar.gz pytde-bc20a8f98980dfc2bf41adbcffabf611897c9c1e.zip |
Fix build system references to kabc
-rw-r--r-- | Changelog | 2 | ||||
-rw-r--r-- | pytde350.prj | 4 | ||||
-rw-r--r-- | pytde351.prj | 4 | ||||
-rw-r--r-- | pytde352.prj | 4 | ||||
-rw-r--r-- | pytde353.prj | 4 |
5 files changed, 9 insertions, 9 deletions
@@ -139,7 +139,7 @@ fully-qualified names in tdeabc/resourcefile.sip r130 | (no author) | 2006-01-26 16:53:44 -0800 (Thu, 26 Jan 2006) | 3 lines Put tdeabc/resourcefile.sip back into kabc for later -versions (missing in tdelibs tarball, but in trinity/include/kabc) +versions (missing in tdelibs tarball, but in trinity/include/tdeabc) ------------------------------------------------------------------------ r129 | (no author) | 2006-01-26 16:50:00 -0800 (Thu, 26 Jan 2006) | 3 lines diff --git a/pytde350.prj b/pytde350.prj index 9a639a0..7c62eff 100644 --- a/pytde350.prj +++ b/pytde350.prj @@ -221,9 +221,9 @@ retain module = kabc -source = $SRC/kabc +source = $SRC/tdeabc ignore = -compare = $COMP $COMP/kabc +compare = $COMP $COMP/tdeabc subst = import = qtmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11) import = qtxmlmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11) diff --git a/pytde351.prj b/pytde351.prj index 96395c5..602b060 100644 --- a/pytde351.prj +++ b/pytde351.prj @@ -221,9 +221,9 @@ retain module = kabc -source = $SRC/kabc $SRC/tdeabc/plugins/file +source = $SRC/tdeabc $SRC/tdeabc/plugins/file ignore = -compare = $COMP $COMP/kabc +compare = $COMP $COMP/tdeabc subst = import = qtmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11) import = qtxmlmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11) diff --git a/pytde352.prj b/pytde352.prj index 1463c79..722e05a 100644 --- a/pytde352.prj +++ b/pytde352.prj @@ -221,9 +221,9 @@ retain module = kabc -source = $SRC/kabc $SRC/tdeabc/plugins/file +source = $SRC/tdeabc $SRC/tdeabc/plugins/file ignore = -compare = $COMP $COMP/kabc +compare = $COMP $COMP/tdeabc subst = import = qtmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11) import = qtxmlmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11) diff --git a/pytde353.prj b/pytde353.prj index 2f4f344..7a95f33 100644 --- a/pytde353.prj +++ b/pytde353.prj @@ -221,9 +221,9 @@ retain module = kabc -source = $SRC/kabc $SRC/tdeabc/plugins/file +source = $SRC/tdeabc $SRC/tdeabc/plugins/file ignore = -compare = $COMP $COMP/kabc +compare = $COMP $COMP/tdeabc subst = import = qtmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11) import = qtxmlmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11) |