summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/gui.pro
authormickeyl <mickeyl>2003-03-31 10:20:23 (UTC)
committer mickeyl <mickeyl>2003-03-31 10:20:23 (UTC)
commit2318b309ef4c5147fa1a975b7b261ceec5dd13a7 (patch) (unidiff)
tree6deeb4aa1179bb69d6bb1b0bd0ee731e80ad896c /noncore/net/wellenreiter/gui/gui.pro
parentab65bc6a80f1c93ebd54b8c65563efde934dc45a (diff)
downloadopie-2318b309ef4c5147fa1a975b7b261ceec5dd13a7.zip
opie-2318b309ef4c5147fa1a975b7b261ceec5dd13a7.tar.gz
opie-2318b309ef4c5147fa1a975b7b261ceec5dd13a7.tar.bz2
reenable the X11 standalone build (qmake platform=x11 wellenreiter.pro)
Diffstat (limited to 'noncore/net/wellenreiter/gui/gui.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/gui/gui.pro5
1 files changed, 2 insertions, 3 deletions
diff --git a/noncore/net/wellenreiter/gui/gui.pro b/noncore/net/wellenreiter/gui/gui.pro
index 505d376..5a8972c 100644
--- a/noncore/net/wellenreiter/gui/gui.pro
+++ b/noncore/net/wellenreiter/gui/gui.pro
@@ -25,18 +25,17 @@ SOURCES = main.cpp \
25 25
26INCLUDEPATH += $(OPIEDIR)/include 26INCLUDEPATH += $(OPIEDIR)/include
27DEPENDPATH += $(OPIEDIR)/include 27DEPENDPATH += $(OPIEDIR)/include
28LIBS += -lopiecore2 -lopieui2 -lopienet2
29INTERFACES = configbase.ui 28INTERFACES = configbase.ui
30TARGET = wellenreiter 29TARGET = wellenreiter
31 30
32!contains( platform, x11 ) { 31!contains( platform, x11 ) {
33 message( qws ) 32 message( qws )
34 include ( $(OPIEDIR)/include.pro ) 33 include ( $(OPIEDIR)/include.pro )
35 LIBS += -lqpe -lopie 34 LIBS += -lqpe -lopie -lopiecore2 -lopieui2 -lopienet2
36} 35}
37 36
38contains( platform, x11 ) { 37contains( platform, x11 ) {
39 LIBS += -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib 38 LIBS += -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib -lwellenreiter
40 SOURCES += resource.cpp 39 SOURCES += resource.cpp
41 HEADERS += resource.h 40 HEADERS += resource.h
42} 41}