Skip to content

Commit 2481862

Browse files
committed
Improve script
1 parent 4df3309 commit 2481862

8 files changed

Lines changed: 0 additions & 16 deletions

File tree

examples/CPPPyWrapperExample/CPPPyWrapperExample.pro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ TEMPLATE = app
44

55
mac:CONFIG -= app_bundle
66

7-
DESTDIR = ../../lib
8-
97
include ( ../../build/common.prf )
108
include ( ../../build/PythonQt.prf )
119

examples/PyCPPWrapperExample/PyCPPWrapperExample.pro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
TARGET = PyCPPWrapperExample
88
TEMPLATE = app
99

10-
DESTDIR = ../../lib
11-
1210
include ( ../../build/common.prf )
1311
include ( ../../build/PythonQt.prf )
1412

examples/PyCustomMetaTypeExample/PyCustomMetaTypeExample.pro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
TARGET = PyCustomMetaTypeExample
88
TEMPLATE = app
99

10-
DESTDIR = ../../lib
11-
1210
include ( ../../build/common.prf )
1311
include ( ../../build/PythonQt.prf )
1412

examples/PyDecoratorsExample/PyDecoratorsExample.pro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
TARGET = PyDecoratorsExample
88
TEMPLATE = app
99

10-
DESTDIR = ../../lib
11-
1210
include ( ../../build/common.prf )
1311
include ( ../../build/PythonQt.prf )
1412

examples/PyGettingStarted/PyGettingStarted.pro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
TARGET = PyGettingStarted
88
TEMPLATE = app
99

10-
DESTDIR = ../../lib
11-
1210
CONFIG += console
1311

1412
include ( ../../build/common.prf )

examples/PyGuiExample/PyGuiExample.pro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ TEMPLATE = app
99

1010
mac:CONFIG -= app_bundle
1111

12-
DESTDIR = ../../lib
13-
1412
QT += widgets
1513

1614
include ( ../../build/common.prf )

examples/PyLauncher/PyLauncher.pro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ TEMPLATE = app
99

1010
mac:CONFIG -= app_bundle
1111

12-
DESTDIR = ../../lib
13-
1412
QT += widgets
1513

1614
include ( ../../build/common.prf )

examples/PyScriptingConsole/PyScriptingConsole.pro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
TARGET = PyScriptingConsole
88
TEMPLATE = app
99

10-
DESTDIR = ../../lib
11-
1210
mac:CONFIG-= app_bundle
1311

1412
include ( ../../build/common.prf )

0 commit comments

Comments
 (0)