From 9b7faae2ec12eeb9a056ca6093ac6e0840b11717 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sun, 23 Feb 2003 15:14:18 +0000 Subject: - revamped part of the gui - configuration is now a seperate dialog - orinoco_hopper is no longer needed --- (limited to 'noncore/net/wellenreiter/gui/gui.pro') diff --git a/noncore/net/wellenreiter/gui/gui.pro b/noncore/net/wellenreiter/gui/gui.pro index 4ee360d..95e9f22 100644 --- a/noncore/net/wellenreiter/gui/gui.pro +++ b/noncore/net/wellenreiter/gui/gui.pro @@ -1,9 +1,11 @@ +MOC_DIR = ./tmp +OBJECTS_DIR = ./tmp DESTDIR = $(OPIEDIR)/bin TEMPLATE = app CONFIG = qt warn_on debug -#CONFIG = qt warn_on release -HEADERS = mainwindow.h \ - wellenreiterbase.h \ + +HEADERS = wellenreiterbase.h \ + mainwindow.h \ wellenreiter.h \ scanlistitem.h \ scanlist.h \ @@ -13,6 +15,7 @@ HEADERS = mainwindow.h \ wlan.h \ cardconfig.h \ manufacturers.h + SOURCES = main.cpp \ mainwindow.cpp \ wellenreiterbase.cpp \ @@ -24,7 +27,8 @@ SOURCES = main.cpp \ configwindow.cpp \ wlan.cpp \ cardconfig.cpp \ - manufacturers.h + manufacturers.cpp + INCLUDEPATH += $(OPIEDIR)/include ../ DEPENDPATH += $(OPIEDIR)/include ../ LIBS += -lqpe -lopie -L. -lwellenreiter -- cgit v0.9.0.2