Skip to content

Commit 368ebbc

Browse files
author
stoeckerb
committed
init branch Qt 5.12.3
1 parent f42a8ed commit 368ebbc

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/sqldrivers.pro.user

sqldrivers.pro

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
TEMPLATE = subdirs
2+
3+
sqldrivers_standalone {
4+
# _QMAKE_CACHE_ = $$shadowed($$SQLDRV_SRC_TREE)/.qmake.conf
5+
load(qt_configure)
6+
}
7+
8+
SUBDIRS += mysql

0 commit comments

Comments
 (0)