source: ogBrowser-Git/src/src.pro @ 0c33630

jenkinsmain
Last change on this file since 0c33630 was 099ac5d, checked in by ramon <ramongomez@…>, 9 years ago

#746: Incluir widget con reloj digital en la barra de estado del Browser del cliente (tomado de los ejemplos de Qt).

git-svn-id: https://opengnsys.es/svn/branches/version1.1@4895 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 545 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
[099ac5d]22LIBS            += -L.. -lqtermwidget -ldigitalclock
[8ab4781]23
[e443ace]24SOURCES         = main.cpp mainwindow.cpp
[8ab4781]25
[e443ace]26HEADERS = mainwindow.h
[8ab4781]27
[099ac5d]28INCLUDEPATH     = ../qtermwidget/src ../digitalclock
Note: See TracBrowser for help on using the repository browser.