summaryrefslogtreecommitdiffabout
path: root/variables.pri
Unidiff
Diffstat (limited to 'variables.pri') (more/less context) (ignore whitespace changes)
-rw-r--r--variables.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/variables.pri b/variables.pri
index 08c2a45..244de4c 100644
--- a/variables.pri
+++ b/variables.pri
@@ -1,10 +1,12 @@
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
7#CONFIG += staticlib
6} 8}
7win32 { 9win32 {
8CONFIG += release 10CONFIG += release
9 11
10} \ No newline at end of file 12} \ No newline at end of file