diff options
author | Timothy Pearson <[email protected]> | 2012-06-19 16:47:41 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-06-19 16:47:41 -0500 |
commit | 1ecf57d6cfc4c0f3703eef6c90df9c3914baec6a (patch) | |
tree | 9a0f14bc0aa25cc54bcbadc7aeae4b62e2a19ace /qmake/meta.cpp | |
parent | 6dec101d43dcbd4195c47d54bd388db1a8d7230e (diff) | |
download | tqt3-1ecf57d6cfc4c0f3703eef6c90df9c3914baec6a.tar.gz tqt3-1ecf57d6cfc4c0f3703eef6c90df9c3914baec6a.zip |
Automated update from Qt3
Diffstat (limited to 'qmake/meta.cpp')
-rw-r--r-- | qmake/meta.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/meta.cpp b/qmake/meta.cpp index 05ffec549..36ae25744 100644 --- a/qmake/meta.cpp +++ b/qmake/meta.cpp @@ -73,7 +73,7 @@ TQMakeMetaInfo::readLib(const TQString &lib) if(!proj.read(Option::fixPathToLocalOS(meta_file), TQDir::currentDirPath(), TQMakeProject::ReadProFile)) return FALSE; - meta_type = "qmake"; + meta_type = "tqmake"; vars = proj.variables(); ret = TRUE; } else { |