You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
341 B

--- a/goldendict.pro
+++ b/goldendict.pro
@@ -36,7 +36,8 @@
QT += sql
CONFIG += exceptions \
rtti \
- stl
+ stl \
+ qtsingleapplication
OBJECTS_DIR = build
UI_DIR = build
MOC_DIR = build
@@ -632,5 +633,3 @@
TS_OUT ~= s/.ts/.qm/g
PRE_TARGETDEPS += $$TS_OUT
-include( qtsingleapplication/src/qtsingleapplication.pri )
-