~valavanisalex/ubuntu/maverick/scidavis/fix-604811

« back to all changes in this revision

Viewing changes to scidavis/basic.pri

  • Committer: Bazaar Package Importer
  • Author(s): Ruben Molina
  • Date: 2009-09-06 11:34:04 UTC
  • Revision ID: james.westby@ubuntu.com-20090906113404-4awaey82l3686w4q
Tags: upstream-0.2.3
ImportĀ upstreamĀ versionĀ 0.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#############################################################################
 
2
###################### BASIC PROJECT PROPERTIES #############################
 
3
#############################################################################
 
4
 
 
5
QMAKE_PROJECT_DEPTH = 0
 
6
 
 
7
TARGET         = scidavis
 
8
TEMPLATE       = app
 
9
CONFIG        += qt warn_on exceptions opengl thread
 
10
CONFIG        += assistant
 
11
 
 
12
DEFINES       += QT_PLUGIN
 
13
DEFINES       += TS_PATH="\\\"$$replace(translationfiles.path," ","\ ")\\\"
 
14
DEFINES       += DOC_PATH="\\\"$$replace(documentation.path," ","\ ")\\\"
 
15
!isEmpty( manual.path ) {
 
16
DEFINES       += MANUAL_PATH="\\\"$$replace(manual.path," ","\ ")\\\"
 
17
}
 
18
win32:DEFINES += QT_DLL QT_THREAD_SUPPORT
 
19
QT            += opengl qt3support network svg xml
 
20
 
 
21
MOC_DIR        = ../tmp/scidavis
 
22
OBJECTS_DIR    = ../tmp/scidavis
 
23
DESTDIR        = ./
 
24