summaryrefslogtreecommitdiff
path: root/noncore/unsupported/oipkg/oipkg.pro
Unidiff
Diffstat (limited to 'noncore/unsupported/oipkg/oipkg.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/oipkg/oipkg.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/noncore/unsupported/oipkg/oipkg.pro b/noncore/unsupported/oipkg/oipkg.pro
new file mode 100644
index 0000000..87f8c5d
--- a/dev/null
+++ b/noncore/unsupported/oipkg/oipkg.pro
@@ -0,0 +1,12 @@
1 DESTDIR = $(OPIEDIR)/bin
2 TEMPLATE= app
3 CONFIG = qt warn_on release
4 HEADERS = packagemanager.h
5 SOURCES = packagemanager.cpp \
6 main.cpp
7INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= $(OPIEDIR)/include
9LIBS += -lqpe
10 INTERFACES= packagemanagerbase.ui pkdesc.ui pkfind.ui pksettings.ui
11 TARGET = oipkg
12