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