Packaging now works properly.
[confmgr] / src / src.pro
index de119e6..a3b0143 100644 (file)
@@ -9,7 +9,8 @@ QT       += xml maemo5 dbus
 
 TARGET = confmgr
 TEMPLATE = app
-
+DEPENDPATH += .
+DESTDIR = ../
 
 SOURCES += main.cpp\
         mainwindow.cpp \
@@ -81,4 +82,3 @@ unix {
   icon64.path = $$DATADIR/icons/hicolor/64x64/apps
   icon64.files += ../data/64x64/$${TARGET}.png
 }
-