summaryrefslogtreecommitdiffstats
path: root/old/plugins/styles/qtuitest/qtuitest.pro
diff options
context:
space:
mode:
Diffstat (limited to 'old/plugins/styles/qtuitest/qtuitest.pro')
-rw-r--r--old/plugins/styles/qtuitest/qtuitest.pro42
1 files changed, 42 insertions, 0 deletions
diff --git a/old/plugins/styles/qtuitest/qtuitest.pro b/old/plugins/styles/qtuitest/qtuitest.pro
new file mode 100644
index 0000000..b9f94bc
--- /dev/null
+++ b/old/plugins/styles/qtuitest/qtuitest.pro
@@ -0,0 +1,42 @@
+TEMPLATE=lib
+CONFIG+=plugin
+SOURCES+=style.cpp
+HEADERS+=style.h
+TARGET=qtuiteststyle
+TARGET=$$qtLibraryTarget($$TARGET)
+QT+=network
+INCLUDEPATH+=$$SRCROOT/libqtslave
+INCLUDEPATH+=$$SRCROOT
+DEPENDPATH+=$$SRCROOT
+
+include($$SRCROOT/libqtuitest/libqtuitest.pri)
+
+target.path=$$[QT_INSTALL_PLUGINS]/styles
+unix:!symbian {
+ MOC_DIR=$$OUT_PWD/.moc
+ OBJECTS_DIR=$$OUT_PWD/.obj
+ INSTALLS+=target
+ !mac {
+ LIBS+=-L$$BUILDROOT/lib -lqtslave
+ }
+}
+
+symbian {
+ TARGET.EPOCALLOWDLLDATA=1
+ TARGET.CAPABILITY += AllFiles ReadDeviceData ReadUserData SwEvent WriteUserData NetworkServices
+ MOC_DIR=$$OUT_PWD/moc
+ OBJECTS_DIR=$$OUT_PWD/obj
+ LIBS+= -lqtslave.lib -lws32 -leuser -lcone
+}
+
+mac {
+ CONFIG(debug,debug|release): LIBS += -L$$BUILDROOT/lib -lqtslave_debug
+ CONFIG(release,debug|release): LIBS += -L$$BUILDROOT/lib -lqtslave
+}
+
+win32 {
+ CONFIG(debug,debug|release): LIBS+= -L$$BUILDROOT/libqtslave/debug -lqtslaved
+ CONFIG(release,debug|release):LIBS+= -L$$BUILDROOT/libqtslave/release -lqtslave
+}
+
+INSTALLS += target