]> Some of my projects - localmylist-fs.git/commitdiff
Add INSTALLS. master
authorAPTX <marek321@gmail.com>
Sat, 4 Oct 2014 11:14:16 +0000 (13:14 +0200)
committerAPTX <marek321@gmail.com>
Sat, 4 Oct 2014 11:14:16 +0000 (13:14 +0200)
config.pri [new file with mode: 0644]
localmylist-fs.pro

diff --git a/config.pri b/config.pri
new file mode 100644 (file)
index 0000000..e69de29
index b0dbdd5641d8ddd99245c47d0c0dca819d580043..2d198c2523973fdce6feef1302324f2e33d5e615 100644 (file)
@@ -6,12 +6,14 @@ QT -= gui widgets
 QT *= sql
 QMAKE_CXXFLAGS += -std=c++11
 
+include(config.pri)
+
 SOURCES += main.c \
        lmlfs.cpp \
        querybuilder.cpp \
        tabledata.cpp \
        pathparser.cpp \
-    conversions.cpp
+       conversions.cpp
 LIBS += -lfuse -llocalmylist
 TARGET = lmlfs
 
@@ -22,4 +24,11 @@ HEADERS += \
        querybuilder.h \
        tabledata.h \
        pathparser.h \
-    conversions.h
+       conversions.h
+
+OTHER_FILES += \
+       config.pri
+
+target.path = $${PREFIX}/bin
+
+INSTALLS += target