~vbursian/research-assistant/intervers

« back to all changes in this revision

Viewing changes to RA.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
1
###########################################################################
2
2
#
3
3
###########################################################################
4
 
 
5
4
TEMPLATE = subdirs
6
5
CONFIG  += ordered
7
6
CONFIG += debug_and_release build_all
8
 
DESTDIR = ./bin/
 
7
 
 
8
RADIR = ./
9
9
 
10
10
SUBDIRS += RANet
11
11
 
21
21
#SUBDIRS += RATests
22
22
#RATests.depends = RANet RAGUI
23
23
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
24