source: ogBrowser-Git/src/src.pro @ e443ace

jenkinsmain
Last change on this file since e443ace was e443ace, checked in by adelcastillo <adelcastillo@…>, 15 years ago

Corrido el browser.

git-svn-id: https://opengnsys.es/svn/trunk@830 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 543 bytes
Line 
1TEMPLATE        = app
2DESTDIR         = ..
3
4CONFIG          += qt debug_and_release warn_on build_all static
5
6QT += core gui webkit
7
8MOC_DIR         = ../.moc
9
10# CONFIG(debug, debug|release) {
11#    OBJECTS_DIR = ../.objs_d
12#    TARGET     = browser_d
13#    LIBS       += -L.. #../libqtermwidget_d.a
14#} else {
15#    OBJECTS_DIR = ../.objs
16#    TARGET     = browser
17#    LIBS       += -L.. #../libqtermwidget.a
18#}
19
20OBJECTS_DIR = ../.objs
21TARGET  = browser
22LIBS            += -L../qtermwidget -lqtermwidget
23
24SOURCES         = main.cpp mainwindow.cpp
25
26HEADERS = mainwindow.h
27
28INCLUDEPATH     = ../qtermwidget/src
Note: See TracBrowser for help on using the repository browser.