author | mickeyl <mickeyl> | 2003-07-10 13:43:59 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-07-10 13:43:59 (UTC) |
commit | a62dda249a0b823e1aa006bbc502f72e9af7da95 (patch) (unidiff) | |
tree | a8da739abc2983a49d28060e399b13b46a2e8f67 | |
parent | 62fba15731c45478002179d7fba422b77bf52500 (diff) | |
download | opie-a62dda249a0b823e1aa006bbc502f72e9af7da95.zip opie-a62dda249a0b823e1aa006bbc502f72e9af7da95.tar.gz opie-a62dda249a0b823e1aa006bbc502f72e9af7da95.tar.bz2 |
don't try to compile header files
-rw-r--r-- | noncore/settings/usermanager/usermanager.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/usermanager/usermanager.pro b/noncore/settings/usermanager/usermanager.pro index 1baccb6..576a233 100644 --- a/noncore/settings/usermanager/usermanager.pro +++ b/noncore/settings/usermanager/usermanager.pro | |||
@@ -1,11 +1,11 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | #CONFIG = qt warn_on debug | 2 | #CONFIG = qt warn_on debug |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = usermanager.h userdialog.h groupdialog.h passwd.h | 4 | HEADERS = usermanager.h userdialog.h groupdialog.h passwd.h |
5 | SOURCES = usermanager.cpp userdialog.cpp groupdialog.cpp passwd.h main.cpp | 5 | SOURCES = usermanager.cpp userdialog.cpp groupdialog.cpp passwd.cpp main.cpp |
6 | INCLUDEPATH+= $(OPIEDIR)/include | 6 | INCLUDEPATH+= $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe -lopie -lcrypt | 8 | LIBS += -lqpe -lopie -lcrypt |
9 | TARGET = usermanager | 9 | TARGET = usermanager |
10 | DESTDIR = $(OPIEDIR)/bin | 10 | DESTDIR = $(OPIEDIR)/bin |
11 | 11 | ||