mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 21:04:09 +00:00
63e99204fc
This should put an end to all those pidfile-related problems.
6 lines
117 B
Prolog
6 lines
117 B
Prolog
TEMPLATE = app
|
|
CONFIG += console
|
|
SOURCES += main.cpp
|
|
include(../../src/qtsinglecoreapplication.pri)
|
|
QT -= gui
|