aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprops/qt_libs_release.props
diff options
context:
space:
mode:
authorGravatar Mathieu Vaillancourt <vaillancourtm@gmail.com>2014-03-31 22:26:50 -0400
committerGravatar Mathieu Vaillancourt <vaillancourtm@gmail.com>2014-03-31 22:32:03 -0400
commit05be8d2f0c58f5de56bbf920743f91bd8584b4f2 (patch)
treec82d5c690c7fa9e252adf0c24616aa042535d517 /vsprops/qt_libs_release.props
parentd4b529111afc27447b0557b9a89cdf35f104bf87 (diff)
Basic QT window
Diffstat (limited to 'vsprops/qt_libs_release.props')
-rw-r--r--vsprops/qt_libs_release.props12
1 files changed, 12 insertions, 0 deletions
diff --git a/vsprops/qt_libs_release.props b/vsprops/qt_libs_release.props
new file mode 100644
index 00000000..87ccf605
--- /dev/null
+++ b/vsprops/qt_libs_release.props
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ImportGroup Label="PropertySheets" />
+ <PropertyGroup Label="UserMacros" />
+ <PropertyGroup />
+ <ItemDefinitionGroup>
+ <Link>
+ <AdditionalDependencies>QtCore4.lib;QtGui4.lib;QtOpenGL4.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemGroup />
+</Project> \ No newline at end of file