mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 16:54:08 +00:00
6 lines
117 B
Prolog
6 lines
117 B
Prolog
|
TEMPLATE = app
|
||
|
CONFIG += console
|
||
|
SOURCES += main.cpp
|
||
|
include(../../src/qtsinglecoreapplication.pri)
|
||
|
QT -= gui
|