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
Line 
1TEMPLATE        = app
2DESTDIR         = ..
3
4CONFIG          += qt release warn_on build_all
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.. -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.