Хранилища Subversion qb

Редакция

Редакция 6 | Содержимое файла | Сравнить с предыдущей | Последнее изменение | Открыть журнал | RSS

Редакция Автор № строки Строка
6 diffor 1
include(../include/tableprinter_2008-09-25/tableprinter.static)
2
 
2 diffor 3
QT += sql
4
TARGET = qbsqlator
5
TEMPLATE = app
6
SOURCES += main.cpp \
7
    mainwindow.cpp \
8
    dbconfigdialog.cpp
9
HEADERS += mainwindow.h \
10
    dbconfigdialog.h
6 diffor 11
 
12
DEPENDPATH += ../include/tableprinter_2008-09-25/forms ../include/tableprinter_2008-09-25/src
13
INCLUDEPATH += ../include/tableprinter_2008-09-25/src
14
 
7 diffor 15
win32: LIBS += ..\..\include\tableprinter_2008-09-25\staticlib\lib\tableprinter.lib
6 diffor 16
unix:  LIBS += -L../include/tableprinter_2008-09-25/staticlib/lib -ltableprinter
7 diffor 17
 
18
MOC_DIR = ../build/tmp/moc
19
UI_DIR = ../build/tmp/ui
20
OBJECTS_DIR = ../build/tmp/obj