Skip to content

Instantly share code, notes, and snippets.

View wbic16's full-sized avatar
💭
phext.io v5

Will Bickford wbic16

💭
phext.io v5
View GitHub Profile
@wbic16
wbic16 / nuget.pri
Created March 31, 2016 20:17 — forked from leif81/nuget.pri
Poor man's way of adding NuGet packages to your QMake project
# Automatically adds all nuget packages to project file
NUGET_REPOSITORY_PATH = packages
NUGET_PACKAGES = $$system(dir $${NUGET_REPOSITORY_PATH} /B)
for (NUGET_PACKAGE, NUGET_PACKAGES) {
INCLUDEPATH += $$PWD/$${NUGET_REPOSITORY_PATH}/$${NUGET_PACKAGE}/build/native/include
CONFIG(debug, debug | release) {
LIBS += $$PWD/$${NUGET_REPOSITORY_PATH}/$${NUGET_PACKAGE}/build/native/lib/x64/v120/Debug/*.lib
} else {
LIBS += $$PWD/$${NUGET_REPOSITORY_PATH}/$${NUGET_PACKAGE}/build/native/lib/x64/v120/Release/*.lib

Security Guidelines

Choose (One?) Your Own Adventure

  • Use a ChromeBook
  • Or, Use Android
  • Or, Use an iDevice
  • Or, Use Windows

iDevice?