summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-04 15:32:05 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-04 15:32:05 +0000
commita3397c17d5313a44f10a00e168e644d52dd8904f (patch)
treeec3f7d1af59d7dcc840a1586aba1a70bf6a0428f
parenta188af909eaf10ca341708c98d5ad7cf8ab529b7 (diff)
downloadtqtinterface-a3397c17d5313a44f10a00e168e644d52dd8904f.tar.gz
tqtinterface-a3397c17d5313a44f10a00e168e644d52dd8904f.zip
Add tqlayout private header
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1211665 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--CMakeLists.txt1
-rw-r--r--qtinterface/Makefile.am3
2 files changed, 3 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 84ef3c5..04e1ac6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -393,6 +393,7 @@ set( tqt_INCS
qtinterface/tqwmatrix.h
qtinterface/tqxml.h
qtinterface/private/tqucomextra_p.h
+ qtinterface/private/tqlayoutengine_p.h
qtinterface/tqlistiterator.h
)
diff --git a/qtinterface/Makefile.am b/qtinterface/Makefile.am
index 14bc973..d02db73 100644
--- a/qtinterface/Makefile.am
+++ b/qtinterface/Makefile.am
@@ -130,6 +130,7 @@ tqwaitcondition.h tqwhatsthis.h tqwidgetfactory.h tqwidgetintdict.h tqwidgetlist
tqxml.h \
\
private/tqucomextra_p.h \
+private/tqlayoutengine_p.h \
\
tqlistiterator.h
noinst_HEADERS =
@@ -164,4 +165,4 @@ install-exec-local:
sed -i '$(QT_VER_REPLACE)' "$(DESTDIR)$(bindir)/tqt-replace"
sed -i '$(QT_VER_REPLACE)' "$(DESTDIR)$(bindir)/tqt-replace-stream"
sed -i '$(QT_HVER_REPLACE)' "$(srcdir)/tqt.h"
- cp -Rp "$(srcdir)/tqt4/" "$(DESTDIR)$(includedir)/" \ No newline at end of file
+ cp -Rp "$(srcdir)/tqt4/" "$(DESTDIR)$(includedir)/"