Add example infrastructure

This commit is contained in:
Maximilian Schander 2017-04-19 06:15:47 +02:00
parent c0d0a560dc
commit cf46afd1a5
4 changed files with 40 additions and 1 deletions

11
examples/Makefile Normal file
View file

@ -0,0 +1,11 @@
include ../extra.mk
PROG = exampleApplication
SRCS = main.mm
include ../buildsys.mk
CPPFLAGS += -I../src -I../src/common -I../src/QtCore -I../QtGui
LIBS := -L../src -lobjfw -lobjqt
LDFLAGS += ${MAP_LDFLAGS}
LD = ${OBJCXX}