summaryrefslogtreecommitdiff
path: root/mingw-cross-env.pri
blob: a1f3cb08b1ef9903588d3e18c7034e37fa67ccd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# cross compilation unix->win32
CONFIG(mingw-cross-env) {
  LIBS += mingw-cross-env/lib/libglew32s.a 
  LIBS += mingw-cross-env/lib/libglut.a 
  LIBS += mingw-cross-env/lib/libopengl32.a 
  LIBS += mingw-cross-env/lib/libGLEW.a 
  LIBS += mingw-cross-env/lib/libglaux.a 
  LIBS += mingw-cross-env/lib/libglu32.a 
  LIBS += mingw-cross-env/lib/libopencsg.a 
  LIBS += mingw-cross-env/lib/libmpfr.a 
  LIBS += mingw-cross-env/lib/libCGAL.a
  QMAKE_CXXFLAGS += -fpermissive

  Release:DESTDIR = release
  Release:OBJECTS_DIR = release/objects
  Release:MOC_DIR = release/moc
  Release:RCC_DIR = release/rcc
  Release:UI_DIR = release/ui

  Debug:DESTDIR = debug
  Debug:OBJECTS_DIR = debug/objects
  Debug:MOC_DIR = debug/moc
  Debug:RCC_DIR = debug/rcc
  Debug:UI_DIR = debug/ui
}

contact: Jan Huwald // Impressum