author | umopapisdn <umopapisdn> | 2002-09-24 21:33:17 (UTC) |
---|---|---|
committer | umopapisdn <umopapisdn> | 2002-09-24 21:33:17 (UTC) |
commit | f226f214138b562341406d420c3f0e1259b5a449 (patch) (unidiff) | |
tree | 1f2b3f0152d354d5c4b0dc44c53a312e789a47ef | |
parent | a010a2d0aaf3d8ba76fc52e3ec87c68059c81899 (diff) | |
download | opie-f226f214138b562341406d420c3f0e1259b5a449.zip opie-f226f214138b562341406d420c3f0e1259b5a449.tar.gz opie-f226f214138b562341406d420c3f0e1259b5a449.tar.bz2 |
*** empty log message ***
-rw-r--r-- | noncore/settings/usermanager/usermanager.pro | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/noncore/settings/usermanager/usermanager.pro b/noncore/settings/usermanager/usermanager.pro index 956d98e..b0b5c6e 100644 --- a/noncore/settings/usermanager/usermanager.pro +++ b/noncore/settings/usermanager/usermanager.pro | |||
@@ -1,10 +1,9 @@ | |||
1 | Package: userconfig | 1 | TEMPLATE= app |
2 | Files: bin/usermanager apps/Settings/usermanager.desktop pics/userconfig/* | 2 | #CONFIG = qt warn_on debug |
3 | Priority: optional | 3 | CONFIG = qt warn_on release |
4 | Section: opie/settings | 4 | HEADERS = usermanager.h userdialog.h groupdialog.h passwd.h |
5 | Version: $QPE_VERSION-$SUB_VERSION-0.9 | 5 | SOURCES = usermanager.cpp userdialog.cpp groupdialog.cpp passwd.h main.cpp |
6 | Depends: opie-base ($QPE_VERSION) | 6 | INCLUDEPATH+= $(OPIEDIR)/include |
7 | Architecture: arm | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | Maintainer: Ted Parnefors <zaurus@bredband.net> | 8 | LIBS += -L/opt/Embedix/tools/arm-linux/lib/ -lqpe -lcrypt |
9 | License: GPL | 9 | TARGET = usermanager |
10 | Description: User/Group manager for OPIE. | ||