Skip to content
This repository has been archived by the owner on Oct 30, 2021. It is now read-only.

Commit

Permalink
Fixed gui target. Again.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Jun 20, 2013
1 parent 47bddbe commit b587602
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gui/gui.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ QT += core gui svg
TEMPLATE = app
DESTDIR =../../bin
TARGET = SVGCleaner
linux:TARGET = svgcleaner-gui
mac:TARGET = SVGCleaner
unix:TARGET = svgcleaner-gui

SOURCES += main.cpp \
thumbwidget.cpp \
Expand Down

0 comments on commit b587602

Please sign in to comment.