File: example.pro

package info (click to toggle)
juffed 0.10-89-g3690b60-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,160 kB
  • sloc: cpp: 21,060; ansic: 446; xml: 329; sh: 68; makefile: 16
file content (10 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
TEMPLATE      = app
INCLUDEPATH  += . ../src/app/qsci ../include
LIBS         += -ljuffed-engine-qsci -ljuff
SOURCES      += example.cpp

win32 {
	CONFIG += release
	CONFIG -= debug
	LIBS += -L.
}