summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/examples-common/examples-common.pri
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/examples-common/examples-common.pri')
-rw-r--r--examples/qt3d/examples-common/examples-common.pri20
1 files changed, 0 insertions, 20 deletions
diff --git a/examples/qt3d/examples-common/examples-common.pri b/examples/qt3d/examples-common/examples-common.pri
deleted file mode 100644
index ddfea6765..000000000
--- a/examples/qt3d/examples-common/examples-common.pri
+++ /dev/null
@@ -1,20 +0,0 @@
-QT += 3dcore 3drender 3dinput 3dlogic qml 3dextras
-
-INCLUDEPATH += $$PWD
-
-win32 {
- build_pass {
- CONFIG(debug, debug|release) {
- common_static_lib = $$OUT_PWD/../examples-common/debug/$${QMAKE_PREFIX_STATICLIB}examples-common.$${QMAKE_EXTENSION_STATICLIB}
- } else {
- common_static_lib = $$OUT_PWD/../examples-common/release/$${QMAKE_PREFIX_STATICLIB}examples-common.$${QMAKE_EXTENSION_STATICLIB}
- }
- }
- LIBS += $$common_static_lib
- PRE_TARGETDEPS += $$common_static_lib
-} else {
- LIBS += -L$$OUT_PWD/../examples-common -l$$qtLibraryTarget(examples-common)
- PRE_TARGETDEPS += $$OUT_PWD/../examples-common/lib$$qtLibraryTarget(examples-common).a
-}
-
-RESOURCES += $$OUT_PWD/../examples-common/examples-common.qrc