summaryrefslogtreecommitdiff
path: root/resourceqt-client/resourceqt-client.pro
diff options
context:
space:
mode:
Diffstat (limited to 'resourceqt-client/resourceqt-client.pro')
-rw-r--r--resourceqt-client/resourceqt-client.pro24
1 files changed, 24 insertions, 0 deletions
diff --git a/resourceqt-client/resourceqt-client.pro b/resourceqt-client/resourceqt-client.pro
new file mode 100644
index 0000000..b01041c
--- /dev/null
+++ b/resourceqt-client/resourceqt-client.pro
@@ -0,0 +1,24 @@
+include(../common.pri)
+
+TEMPLATE = app
+TARGET = resourceqt-client
+MOC_DIR = .moc
+OBJECTS_DIR = .obj
+DEPENDPATH += .
+QT = core
+CONFIG += console
+CONFIG -= app_bundle
+
+INCLUDEPATH += $${LIBRESOURCEINC}
+QMAKE_CXXFLAGS += -Wall
+LIBS += -L../libresourceqt/build -lresourceqt
+
+# Input
+HEADERS = client.h
+SOURCES += resourceqt-client.cpp client.cpp
+
+QMAKE_DISTCLEAN += -r .moc .obj
+
+# Install options
+target.path = /usr/bin/
+INSTALLS = target