mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-12-18 07:24:07 +00:00
8 lines
207 B
Plaintext
8 lines
207 B
Plaintext
QT += core network widgets
|
|
CONFIG += c++11
|
|
INCLUDEPATH += $$PWD
|
|
DEPENDPATH += $$PWD
|
|
|
|
SOURCES += $$PWD/qtsingleapplication.cpp $$PWD/qtlocalpeer.cpp
|
|
HEADERS += $$PWD/qtsingleapplication.h $$PWD/qtlocalpeer.h
|