Changeset 682


Ignore:
Timestamp:
Mar 15, 2010, 5:10:28 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

qmake: Don't output TRANSLATIONS twice to the zip target dependencies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/qmake/generators/win32/winmakefile.cpp

    r651 r682  
    694694    t << "dist:" << "\n\t"
    695695      << "$(ZIP) " << var("QMAKE_ORIG_TARGET") << ".zip " << "$(SOURCES) $(DIST) "
    696       << dist_files.join(" ") << " " << var("TRANSLATIONS") << " ";
     696      << dist_files.join(" ") << " ";
    697697    if(!project->isEmpty("QMAKE_EXTRA_COMPILERS")) {
    698698        const QStringList &quc = project->values("QMAKE_EXTRA_COMPILERS");
Note: See TracChangeset for help on using the changeset viewer.