Fix compilation on Windows.

svn path=/trunk/; revision=40379
This commit is contained in:
Gerald Combs 2012-01-04 22:59:17 +00:00
parent 23a520237b
commit 307416d5a6
2 changed files with 2 additions and 4 deletions

View File

@ -42,7 +42,7 @@ win32:INCLUDEPATH += \
# copy it to our current directory.
recent.target = recent.c
!win32:recent.commands = $$QMAKE_COPY ../../gtk/$$recent.target .
win32:recent.commands = $$QMAKE_COPY ../..\\gtk\\$$recent.target .
win32:recent.commands = $$QMAKE_COPY ..\\..\\gtk\\$$recent.target .
recent.depends = ../../gtk/$$recent.target
QMAKE_EXTRA_TARGETS += recent

View File

@ -1,5 +1,3 @@
<RCC>
<qresource prefix="/welcome">
<file>wslogo-blue-131x36.png</file>
</qresource>
<qresource prefix="/welcome"/>
</RCC>