ldforge.pro

Fri, 10 Jan 2014 03:35:50 +0200

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Fri, 10 Jan 2014 03:35:50 +0200
changeset 611
6679e47b019f
parent 605
2983f7c7e7c9
child 613
2d01590da286
permissions
-rw-r--r--

- configuration is now always situated and read from the application working directory
- primitive scanner now works for sure
- some minor cleanup

######################################################################
# Automatically generated by qmake (2.01a) Sat Sep 22 17:29:49 2012
######################################################################

TEMPLATE        = app
TARGET          = ldforge
RC_FILE         = ldforge.rc
RESOURCES       = ldforge.qrc
RCC_DIR         = ./build_shared/
MOC_DIR         = ./build_shared/
UI_DIR          = ./build_shared/
SOURCES         = src/*.cc
HEADERS         = src/*.h src/misc/*.h
FORMS           = ui/*.ui
QT             += opengl network
QMAKE_CXXFLAGS += -std=c++0x
CONFIG         += debug_and_release

CONFIG (debug, debug|release) {
	DEFINES += DEBUG
	OBJECTS_DIR = ./build_debug/
} else {
	DEFINES += RELEASE
	OBJECTS_DIR = ./build_release/
}

exists(.git): DEFINES += GIT_DESCRIBE="\\\"$$system(git describe --tags --long)\\\""

unix {
	LIBS += -lGLU
}

mercurial