mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 21:04:09 +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
|