Created
January 17, 2018 14:57
-
-
Save T1T4N/f1f17660fe50fe4d38c9ba80b41bccd8 to your computer and use it in GitHub Desktop.
Conan test_package qt pro file
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
!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