diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-07-26 21:18:47 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-07-26 21:18:47 +0000 |
| commit | d530f0bbe55a4ddbb4e06106c9439f9ccb44553b (patch) | |
| tree | d7724077fdee12c6a1673dc6cdddc398c5ba9813 /utils/themeeditor/themeeditor.pro | |
| parent | adc472bec522e5b8bd34302cb3267cfb9a12d12c (diff) | |
| download | rockbox-d530f0bbe55a4ddbb4e06106c9439f9ccb44553b.zip rockbox-d530f0bbe55a4ddbb4e06106c9439f9ccb44553b.tar.gz rockbox-d530f0bbe55a4ddbb4e06106c9439f9ccb44553b.tar.bz2 rockbox-d530f0bbe55a4ddbb4e06106c9439f9ccb44553b.tar.xz | |
Theme Editor: Changed binary name to rbthemeeditor
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27580 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/themeeditor.pro')
| -rw-r--r-- | utils/themeeditor/themeeditor.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index bd994c6..a0687d4 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -1,3 +1,7 @@ +#Setting the binary name +TARGET = rbthemeeditor + +# Adding network support QT += network # Enabling profiling |