diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-06-01 12:02:31 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-06-01 12:02:31 (GMT) |
commit | c1885ea7854df8cf79d04db903b4352934190749 (patch) | |
tree | 5463ad0c28d0b0b5c306a8d1d99ad1c99ccf3950 | |
parent | d7a1cf69ea03fdf4ff49915656555a5bb2c00f29 (diff) | |
download | swift-c1885ea7854df8cf79d04db903b4352934190749.zip swift-c1885ea7854df8cf79d04db903b4352934190749.tar.bz2 |
Remove excess ..\ from Swift.pro.
-rw-r--r-- | UI/Qt/Swift.pro | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/UI/Qt/Swift.pro b/UI/Qt/Swift.pro index 83325b9..c62e663 100644 --- a/UI/Qt/Swift.pro +++ b/UI/Qt/Swift.pro @@ -86,8 +86,6 @@ RESOURCES += Swift.qrc DefaultTheme.qrc win32 { DefaultThemeQRC.target = DefaultTheme.qrc - DefaultThemeQRC.commands = ..\..\..\tools\ThemeQRC.py ../../../resources/themes/Default > DefaultTheme.qrc + DefaultThemeQRC.commands = ..\..\tools\ThemeQRC.py ../../resources/themes/Default > DefaultTheme.qrc QMAKE_EXTRA_TARGETS = DefaultThemeQRC } - -LIBS += -fprofile-arcs -ftest-coverage |