Nuevo browser subido
git-svn-id: https://opengnsys.es/svn/trunk@832 a21b9725-9963-47de-94b9-378ad31fedc9remotes/github/master
parent
e443ace598
commit
ce529cb180
|
@ -2,3 +2,4 @@ TEMPLATE = subdirs
|
|||
SUBDIRS = qtermwidget src
|
||||
|
||||
OPTIONS += ordered
|
||||
CONFIG += qt warn_on release
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue