jenkinsmain
Line | |
---|
1 | TEMPLATE = app |
---|
2 | DESTDIR = .. |
---|
3 | |
---|
4 | CONFIG += qt release warn_on build_all |
---|
5 | |
---|
6 | QT += core gui webkit |
---|
7 | |
---|
8 | MOC_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 | |
---|
20 | OBJECTS_DIR = ../.objs |
---|
21 | TARGET = browser |
---|
22 | LIBS += -L.. -lqtermwidget -ldigitalclock |
---|
23 | |
---|
24 | SOURCES = main.cpp mainwindow.cpp |
---|
25 | |
---|
26 | HEADERS = mainwindow.h |
---|
27 | |
---|
28 | INCLUDEPATH = ../qtermwidget/src ../digitalclock |
---|
Note: See
TracBrowser
for help on using the repository browser.