Skip to content

Instantly share code, notes, and snippets.

@T1T4N
Created January 17, 2018 14:57
Show Gist options
  • Save T1T4N/f1f17660fe50fe4d38c9ba80b41bccd8 to your computer and use it in GitHub Desktop.
Save T1T4N/f1f17660fe50fe4d38c9ba80b41bccd8 to your computer and use it in GitHub Desktop.
Conan test_package qt pro file
!exists($$OUT_PWD/conanbuildinfo.pri) {
error("No conanbuildinfo.pri file found")
}
TEMPLATE = app
CONFIG -= app_bundle
#CONFIG -= qt
CONFIG += qt
# Is there a way to set this automatically
# QT += websockets
CONFIG += conan_basic_setup
include($$OUT_PWD/conanbuildinfo.pri)
#TODO
#LIBS += /prod/incomplete_deps/libdependency.a
SOURCES += example.cpp
TARGET = example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment