diff options
author | adelcastillo <adelcastillo@us.es> | 2010-03-22 00:24:43 +0000 |
---|---|---|
committer | adelcastillo <adelcastillo@us.es> | 2010-03-22 00:24:43 +0000 |
commit | 3d207eb9139e9e1b2593a4f9bd37639748695697 (patch) | |
tree | 7bcf8e490b646d6f01e0fbf4c22bf55d4b5a6474 /client/browser | |
parent | d2496da6b3593460270ebc0fc4ae3b80b4987845 (diff) |
Nuevo browser subido
git-svn-id: https://opengnsys.es/svn/trunk@832 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'client/browser')
-rw-r--r-- | client/browser/browser.pro | 1 | ||||
-rw-r--r-- | client/browser/src/src.pro | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/client/browser/browser.pro b/client/browser/browser.pro index cccc63fe..f1174fb6 100644 --- a/client/browser/browser.pro +++ b/client/browser/browser.pro @@ -2,3 +2,4 @@ TEMPLATE = subdirs SUBDIRS = qtermwidget src OPTIONS += ordered +CONFIG += qt warn_on release diff --git a/client/browser/src/src.pro b/client/browser/src/src.pro index b079ee1f..9621ff9f 100644 --- a/client/browser/src/src.pro +++ b/client/browser/src/src.pro @@ -1,7 +1,7 @@ TEMPLATE = app DESTDIR = .. -CONFIG += qt debug_and_release warn_on build_all static +CONFIG += qt release warn_on build_all QT += core gui webkit @@ -19,7 +19,7 @@ MOC_DIR = ../.moc OBJECTS_DIR = ../.objs TARGET = browser -LIBS += -L../qtermwidget -lqtermwidget +LIBS += -L.. -lqtermwidget SOURCES = main.cpp mainwindow.cpp |