File: standalone_example.pro

package info (click to toggle)
gecode-snapshot 6.2.0%2Bgit20240207-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 35,308 kB
  • sloc: cpp: 475,516; perl: 2,077; makefile: 1,816; sh: 198
file content (18 lines) | stat: -rw-r--r-- 494 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
######################################################################
# Automatically generated by qmake (2.01a) Mi. Mrz 31 09:30:46 2010
######################################################################

TEMPLATE = app
TARGET = mygist
DEPENDPATH += .
INCLUDEPATH += . ../../../
CONFIG       += release x86_64

# Input
SOURCES += mygist.cpp

win32:DESTDIR = ./
LIBS          += -L../../..
!win32 {
	LIBS         += -lgecodekernel -lgecodesupport -lgecodeint -lgecodesearch -lgecodegist
}