equal
deleted
inserted
replaced
86 if(project->isEmpty("QMAKE_INSTALL_PROGRAM")) |
86 if(project->isEmpty("QMAKE_INSTALL_PROGRAM")) |
87 project->values("QMAKE_INSTALL_PROGRAM").append("$(COPY_FILE)"); |
87 project->values("QMAKE_INSTALL_PROGRAM").append("$(COPY_FILE)"); |
88 if(project->isEmpty("QMAKE_LIBTOOL")) |
88 if(project->isEmpty("QMAKE_LIBTOOL")) |
89 project->values("QMAKE_LIBTOOL").append("libtool --silent"); |
89 project->values("QMAKE_LIBTOOL").append("libtool --silent"); |
90 if(project->isEmpty("QMAKE_SYMBOLIC_LINK")) |
90 if(project->isEmpty("QMAKE_SYMBOLIC_LINK")) |
91 project->values("QMAKE_SYMBOLIC_LINK").append("ln -sf"); |
91 project->values("QMAKE_SYMBOLIC_LINK").append("ln -f -s"); |
92 |
92 |
93 /* this should probably not be here, but I'm using it to wrap the .t files */ |
93 /* this should probably not be here, but I'm using it to wrap the .t files */ |
94 if(project->first("TEMPLATE") == "app") |
94 if(project->first("TEMPLATE") == "app") |
95 project->values("QMAKE_APP_FLAG").append("1"); |
95 project->values("QMAKE_APP_FLAG").append("1"); |
96 else if(project->first("TEMPLATE") == "lib") |
96 else if(project->first("TEMPLATE") == "lib") |