summaryrefslogtreecommitdiff
path: root/noncore/net/opieftp/opieftp.pro
Side-by-side diff
Diffstat (limited to 'noncore/net/opieftp/opieftp.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opieftp/opieftp.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/net/opieftp/opieftp.pro b/noncore/net/opieftp/opieftp.pro
index fe69e15..835b6e0 100644
--- a/noncore/net/opieftp/opieftp.pro
+++ b/noncore/net/opieftp/opieftp.pro
@@ -1,9 +1,10 @@
-CONFIG += qt quick-app
+TEMPLATE = app
+CONFIG += qte quick-app warn_on
HEADERS = opieftp.h inputDialog.h
SOURCES = opieftp.cpp inputDialog.cpp main.cpp
TARGET = opieftp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -lopiecore2 -lftplib
include( $(OPIEDIR)/include.pro )