mumble/scripts/development/IconSync.pro
Kissaki d74b5b04db IconSync.cpp: Move Icon creation script
* Move Icon creation script/program to the scripts folder.
It is definitely not a test.
* Introduce scripts/development folder for development scripts, in contrary to scripts/server for example.
2013-06-15 23:31:11 +02:00

10 lines
185 B
Prolog

include(../../compiler.pri)
TEMPLATE = app
CONFIG += qt thread warn_on debug console
CONFIG -= app_bundle
QT += network gui svg
LANGUAGE = C++
TARGET = IconSync
SOURCES = IconSync.cpp