author | wimpie <wimpie> | 2004-04-04 00:37:27 (UTC) |
---|---|---|
committer | wimpie <wimpie> | 2004-04-04 00:37:27 (UTC) |
commit | 354ad5e87ce582ee45b52cd6019bb94348958584 (patch) (side-by-side diff) | |
tree | 4dd2e6219d5604a1b03c9802d938529ea4c96179 | |
parent | a416c6c9630d6d63ee63cf520953b86af8b7cddc (diff) | |
download | opie-354ad5e87ce582ee45b52cd6019bb94348958584.zip opie-354ad5e87ce582ee45b52cd6019bb94348958584.tar.gz opie-354ad5e87ce582ee45b52cd6019bb94348958584.tar.bz2 |
not yet quickapp
-rw-r--r-- | noncore/settings/networksettings2/networksettings.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/settings/networksettings2/networksettings.pro b/noncore/settings/networksettings2/networksettings.pro index fe47971..34b9cde 100644 --- a/noncore/settings/networksettings2/networksettings.pro +++ b/noncore/settings/networksettings2/networksettings.pro @@ -1,21 +1,21 @@ # -CONFIG = qt warn_on debug quick-app +CONFIG = qt warn_on debug #CONFIG = qt warn_on release HEADERS = networksettings.h \ activateprofile.h \ editconnection.h SOURCES = main.cpp \ networksettings.cpp \ nsdata.cpp \ activateprofile.cpp \ editconnection.cpp INCLUDEPATH += $(OPIEDIR)/include networksettings2/ DEPENDPATH += $(OPIEDIR)/include networksettings2/ LIBS += -lqpe -L$(OPIEDIR)/plugins/networksettings2 -lnetworksettings2 -lopie INTERFACES = networksettingsGUI.ui \ editconnectionGUI.ui \ activateprofileGUI.ui -TARGET = networksettings2 +TARGET = $(OPIEDIR)/bin/networksettings2 include ( $(OPIEDIR)/include.pro ) |