Created
May 11, 2016 11:33
-
-
Save vitallium/c4f698a484f6d7df0a9c4279b2cf2083 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
QT_BUILD_PARTS += libs tools | |
QT_QCONFIG_PATH = | |
host_build { | |
QT_CPU_FEATURES.x86_64 = sse sse2 | |
} else { | |
QT_CPU_FEATURES.x86_64 = sse sse2 | |
} | |
QT_COORD_TYPE += double | |
#Qt for Windows CE c-runtime deployment | |
QT_CE_C_RUNTIME = no | |
CONFIG += pcre release compile_examples sse2 sse3 ssse3 sse4_1 sse4_2 avx avx2 largefile | |
QMAKE_QT_VERSION_OVERRIDE = 5 | |
LIBS += -LC:/utils/postgresql/pgsql/lib -LC:/utils/my_sql/my_sql/lib | |
INCLUDEPATH += C:/utils/postgresql/pgsql/include C:/utils/my_sql/my_sql/include | |
sql-plugins += mysql psql sqlite | |
styles += windows fusion windowsxp windowsvista |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment