~vbursian/research-assistant/intervers

« back to all changes in this revision

Viewing changes to RADist/RADist_blin_win.pro

  • Committer: Viktor Bursian
  • Date: 2013-06-06 15:10:08 UTC
  • Revision ID: vbursian@gmail.com-20130606151008-6641eh62f0lgx8jt
Tags: version_0.3.0
versionĀ 0.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
###########################################################################
 
2
#
 
3
###########################################################################
 
4
TEMPLATE = app
 
5
CONFIG += debug_and_release
 
6
 
 
7
TARGET = RADist
 
8
RADIR = ../
 
9
 
 
10
#__________________________________________________________________________
 
11
include( $${RADIR}RANet/RA_core_version.pri )
 
12
include( $${RADIR}RANet/common.pri )
 
13
CONFIG(release, debug|release) {
 
14
    #message( ">>>>>>>>>>>>>>>>>>>>>>>>>>>> RELEASE" )
 
15
}else{
 
16
    #message( ">>>>>>>>>>>>>>>>>>>>>>>>>>>> DEBUG" )
 
17
    DEFINES += RADist_DEBUG
 
18
}
 
19
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
20
#_____________________________________________version_for_this_utilility___
 
21
#VER_PAT = 0-beta
 
22
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
23
#________________________________sources_to_be_built_into_this_utilility___
 
24
 
 
25
SOURCES += RADist.cpp
 
26
HEADERS += DistWizard.h
 
27
SOURCES += DistWizard.cpp
 
28
HEADERS += CommonDist.h
 
29
SOURCES += CommonDist.cpp
 
30
 
 
31
 
 
32
#______________________________________________________use_RAGUI_library___
 
33
INCLUDEPATH += $${RADIR}RAGUI/
 
34
DEPENDPATH  += $${RADIR}RAGUI/
 
35
# -------------------------------------------------
 
36
INCLUDEPATH += $${RADIR}../XtraQt/
 
37
DEPENDPATH  += $${RADIR}../XtraQt/
 
38
# -------------------------------------------------
 
39
DEFINES += RAGUI_LIBRARY_USE
 
40
win32: LIBS += -lRAGUI$${DEBUG_SUFFIX}$${VER_MAJ}
 
41
unix:  LIBS += -lRAGUI$${DEBUG_SUFFIX}
 
42
 
 
43
#______________________________________________________use_RANet_library___
 
44
INCLUDEPATH += $${RADIR}RANet/
 
45
DEPENDPATH  += $${RADIR}RANet/
 
46
# -------------------------------------------------
 
47
DEFINES += RANET_LIBRARY_USE
 
48
win32: LIBS += -lRANet$${DEBUG_SUFFIX}$${VER_MAJ}
 
49
unix:  LIBS += -lRANet$${DEBUG_SUFFIX}
 
50
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
51
#__________________________________________________________________________
 
52
OTHER_FILES += install.sh
 
53
OTHER_FILES += install.bat
 
54
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^