mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
* 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.
10 lines
185 B
Prolog
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
|