ldforge.pro

Sun, 27 Apr 2014 04:06:46 +0300

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Sun, 27 Apr 2014 04:06:46 +0300
changeset 737
e58bdb21cc54
parent 675
450827da2376
permissions
-rw-r--r--

- more elegant version of ded0a9b, do not zoom to fit in setDocument, instead zoom to fit before rendering

######################################################################
# 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 src/actions/*.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
	DEFINES += COMPILE_DATE="\"\\\"$$system(LC_ALL=C date \"+%d %h %Y %H:%M:%S\")\\\"\""
}

mercurial