~ubuntu-branches/debian/jessie/ugene/jessie

« back to all changes in this revision

Viewing changes to src/plugins_3rdparty/primer3/primer3.pri

  • Committer: Package Import Robot
  • Author(s): Steffen Moeller
  • Date: 2011-11-02 13:29:07 UTC
  • mfrom: (1.2.1) (3.1.11 natty)
  • Revision ID: package-import@ubuntu.com-20111102132907-o34gwnt0uj5g6hen
Tags: 1.9.8+repack-1
* First release to Debian
  - added README.Debian
  - increased policy version to 3.9.2
  - added URLs for version control system
* Added debug package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# include (primer3.pri)
 
2
 
 
3
INCLUDEPATH += src/primer3_core 
 
4
 
 
5
PLUGIN_ID=primer3
 
6
PLUGIN_NAME=Primer3
 
7
PLUGIN_VENDOR=Unipro
 
8
CONFIG += warn_off
 
9
 
 
10
include( ../../ugene_plugin_common.pri )
 
11
 
 
12
win32 {
 
13
    DEFINES += _CRT_SECURE_NO_WARNINGS
 
14
}
 
15