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

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

Nuevo browser subido

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

  • Property mode set to 100644
File size: 514 bytes
RevLine 
[8ab4781]1TEMPLATE        = app
2DESTDIR         = ..
3
[ce529cb]4CONFIG          += qt release warn_on build_all
[8ab4781]5
6QT += core gui webkit
7
8MOC_DIR         = ../.moc
9
[c1e4a93]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#}
[8ab4781]19
[c1e4a93]20OBJECTS_DIR = ../.objs
21TARGET  = browser
[ce529cb]22LIBS            += -L.. -lqtermwidget
[8ab4781]23
[e443ace]24SOURCES         = main.cpp mainwindow.cpp
[8ab4781]25
[e443ace]26HEADERS = mainwindow.h
[8ab4781]27
[c1e4a93]28INCLUDEPATH     = ../qtermwidget/src
Note: See TracBrowser for help on using the repository browser.