Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2009-03-04 18:28:55 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2009-03-04 18:28:55 +0300
commita2765a6cb6f142a82f38db80fd0a494e818a5596 (patch)
tree92f7d8883a0f851cd071e948eb8bd5a18c6b0e41 /main.pro
parent15619419d9a2892e3f50a356b300c7cd73fefc64 (diff)
parent467cd160c4d591579d9d48b1001e2a19b63801d7 (diff)
CRLF merge
Diffstat (limited to 'main.pro')
-rw-r--r--main.pro68
1 files changed, 35 insertions, 33 deletions
diff --git a/main.pro b/main.pro
index 29619bbd0..eefa861c1 100644
--- a/main.pro
+++ b/main.pro
@@ -1,33 +1,35 @@
-TEMPLATE = subdirs
-CONFIG *= ordered debug_and_release
-
-!CONFIG(no-client) {
- unix:!CONFIG(bundled-speex):system(pkg-config --atleast-version=1.2 speexdsp) {
- CONFIG *= no-bundled-speex
- }
- !CONFIG(no-bundled-speex) {
- SUBDIRS *= speexbuild
- }
- SUBDIRS *= src/mumble plugins
-
- win32 {
- SUBDIRS *= overlay
- !CONFIG(no-g15) {
- SUBDIRS *= g15helper
- }
- }
-
- unix:!macx {
- SUBDIRS *= overlay_gl
- }
-
- macx {
- SUBDIRS *= overlay_macx
- }
-}
-
-!CONFIG(no-server) {
- SUBDIRS *= src/murmur
-}
-
-DIST=LICENSE INSTALL README README.Linux CHANGES compiler.pri
+TEMPLATE = subdirs
+CONFIG *= ordered debug_and_release
+
+!CONFIG(no-client) {
+ unix:!CONFIG(bundled-speex):system(pkg-config --atleast-version=1.2 speexdsp) {
+ CONFIG *= no-bundled-speex
+ }
+ !CONFIG(no-bundled-speex) {
+ SUBDIRS *= speexbuild
+ }
+ SUBDIRS *= src/mumble plugins
+
+ win32 {
+ SUBDIRS *= overlay
+ !CONFIG(no-g15) {
+ SUBDIRS *= g15helper
+ }
+ }
+
+ unix:!macx {
+ SUBDIRS *= overlay_gl
+ }
+
+ macx {
+ SUBDIRS *= overlay_macx
+ }
+}
+
+!CONFIG(no-server) {
+ SUBDIRS *= src/murmur
+}
+
+DIST=LICENSE INSTALL README README.Linux CHANGES
+
+include(scripts/scripts.pro)