Хранилища Subversion qb

Редакция

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

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