diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-15 21:42:20 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-15 21:42:20 -0600 |
commit | 93907d7e7a2741818d4b5e1c3ea645f784f7347e (patch) | |
tree | 15b6037c86d3e19bb6be3e56eaaf33576faa53df /buildtools/autotools/autoprojectpart.h | |
parent | 7ccec9def581eca60cd30bbcd6bda08024d81879 (diff) | |
download | tdevelop-93907d7e7a2741818d4b5e1c3ea645f784f7347e.tar.gz tdevelop-93907d7e7a2741818d4b5e1c3ea645f784f7347e.zip |
Automatically update admin submodule and copy sustem libtool files before first build
Fix FTBFS in many TDE sample projects
Place TDE sample projects in a TDE category instead of a KDE category
Diffstat (limited to 'buildtools/autotools/autoprojectpart.h')
-rw-r--r-- | buildtools/autotools/autoprojectpart.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/buildtools/autotools/autoprojectpart.h b/buildtools/autotools/autoprojectpart.h index 91f57b62..63da2fd9 100644 --- a/buildtools/autotools/autoprojectpart.h +++ b/buildtools/autotools/autoprojectpart.h @@ -104,6 +104,7 @@ private slots: void slotMakefilecvs(); void slotMakeMessages(); void slotConfigure(); + void slotUpdateAdminDirectory(); void slotExecute(); void slotExecute2(); void slotExecuteTargetAfterBuild( const TQString& command ); @@ -125,7 +126,9 @@ private: TQString makeEnvironment() const; void setWantautotools(); TQString makefileCvsCommand() const; + TQString makefileCopySystemLibtoolCommand() const; TQString configureCommand() const; + TQString updateAdminDirectoryCommand() const; TQMap<TQString, TQDateTime> m_timestamp; bool m_executeAfterBuild; |