Project

General

Profile

RE: The dbo::collection iterator does retuns the same val... » sambhaashane_web.pro

The build file - Rathnadhar K V, 09/10/2014 07:15 PM

 
#-------------------------------------------------
#
# Project created by QtCreator 2012-08-13T21:10:03
#
#-------------------------------------------------
QMAKE_CXXFLAGS += -std=c++11
TARGET = sambhaashane_web

QT -= sql
QT -= gui

CONFIG += console
CONFIG += thread
CONFIG += debug

DEFINES = BOOST_SIGNALS_NO_DEPRECATION_WARNING

OBJECTS_DIR = .obj
MOC_DIR = .moc
RCC_DIR = .qrc
UI_DIR = .ui
DESTDIR = /usr/local/lib/karyagara
TEMPLATE = app

INCLUDEPATH += /usr/include \
# /usr/local/include/Wt \
# /usr/local/include/Wt/Auth \
# /usr/local/include/Wt/Auth/Dbo \
# /usr/local/include/Wt/Chart \
# /usr/local/include/Wt/Ext \
# /usr/local/include/Http \
# /usr/local/include/Wt/Dbo \
include/ \
include/common \
include/orm \

HEADERS += $$files(include/common/*.h) \
$$files(include/orm/*.h) \

SOURCES += $$files(src/*.cpp)

LIBS += -L/usr/local/lib \
-lwt \
-lwtdbo \
-lwtdbomysql \
-lwtfcgi \
-lwthttp \
# -lwttest \
# -lqwt \
# -lsmokeqwt \
# -ldatabase_manager \
# -lconfiguration_processor \
# -lconfig++ \
# -lboost_program_options \
# -lboost_chrono \
# -lboost_context \
# -lboost_date_time \
# -lboost_filesystem \
# -lboost_graph \
# -lboost_iostreams \
# -lboost_locale \
# -lboost_math_c99f \
# -lboost_math_c99l \
# -lboost_math_c99 \
# -lboost_math_tr1f \
# -lboost_math_tr1l \
# -lboost_math_tr1 \
# -lboost_prg_exec_monitor \
# -lboost_program_options \
# -lboost_random \
# -lboost_regex \
# -lboost_serialization \
# -lboost_signals \
# -lboost_system \
# -lboost_thread \
# -lboost_timer \
# -lboost_unit_test_framework \
# -lboost_wave \
# -lboost_wserialization


unix:!symbian {
maemo5 {
target.path = /opt/usr/lib
} else {
target.path = /usr/local/lib
}
INSTALLS += target
}
(1-1/3)