summaryrefslogtreecommitdiffabout
path: root/variables.pri
Unidiff
Diffstat (limited to 'variables.pri') (more/less context) (ignore whitespace changes)
-rw-r--r--variables.pri3
1 files changed, 2 insertions, 1 deletions
diff --git a/variables.pri b/variables.pri
index 244de4c..67c144d 100644
--- a/variables.pri
+++ b/variables.pri
@@ -1,12 +1,13 @@
1 1
2# variables settings for compilation for Linux desktop and Qt 3.x.x 2# variables settings for compilation for Linux desktop and Qt 3.x.x
3 3
4unix { 4unix {
5CONFIG += release 5CONFIG += release
6#for statically linking 6#for statically linking
7#CONFIG += staticlib 7#CONFIG += staticlib
8} 8}
9win32 { 9win32 {
10CONFIG += release 10CONFIG += release
11 11
12} \ No newline at end of file 12}
13CONFIG += thread